#1B3DCB

Color #1B3DCB Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #1B3DCB

Tints of Persian Blue #1B3DCB

Color information

#1B3DCB (or 0x1B3DCB) is unknown color: approx Persian Blue. HEX triplet: 1B, 3D and CB. RGB value is (27,61,203). Sum of RGB (Red+Green+Blue) = 27+61+203=291 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.28% from 291); Green value is 61 (24.22% from 255 or 20.96% from 291); Blue value is 203 (79.69% from 255 or 69.76% from 291); Max value from RGB is 203 - color contains mainly: blue. Hex color #1B3DCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B3DCB is #E4C234. Grayscale: #424242. Windows color (decimal): -14991925 or 13319451. OLE color: 13319451.

HSL color Cylindrical-coordinate representation of color #1B3DCB: hue angle of 228.41º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1B3DCB is Cyan = 0.87, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB2761203-
CMYK0.870.7000.20
HSL228.41º76.52%45.1%-
HSV(B)228.41º86.7%79.61%-
XYZ12.97.8857.34-
YUV67.02204.7499.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 27 (10.94% from 255) = 9.28%
GREEN value IS 61 (24.22% from 255) = 20.96%
BLUE value IS 203 (79.69% from 255) = 69.76%
R=9.28%
G=20.96%
B=69.76%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal27612030.870.7000.20228.4176.5245.1
Hex1B3DCB5746014e44d2d
Octal337531312710602434411555
Binary110111111011100101110101111000110010100111001001001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B3DCB; }

 p { color: rgb(27,61,203); }

 H1.HeaderClassName
 {
   color: #1B3DCB;
 }
 .AnyTagClassName
 {
   color: #1B3DCB;
 }
</style>
background-color css

<style>
 a { background-color: #1B3DCB; }

 a { background-color: rgb(27,61,203); }

 div.DivClassName
 {
   background-color: #1B3DCB;
 }
 .BgClassName
 {
   background-color: #1B3DCB;
 }
</style>
border-color css

<style>
 span { border-color: #1B3DCB; }

 span { border-color: rgb(27,61,203); }

 td.TdClassName
 {
   border-color: #1B3DCB;
 }
 .TagClassName
 {
   border-color: #1B3DCB;
 }
</style>