#1B4CBB

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

Shades of Cerulean Blue #1B4CBB

Tints of Cerulean Blue #1B4CBB

Color information

#1B4CBB (or 0x1B4CBB) is unknown color: approx Cerulean Blue. HEX triplet: 1B, 4C and BB. RGB value is (27,76,187). Sum of RGB (Red+Green+Blue) = 27+76+187=290 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.31% from 290); Green value is 76 (30.08% from 255 or 26.21% from 290); Blue value is 187 (73.44% from 255 or 64.48% from 290); Max value from RGB is 187 - color contains mainly: blue. Hex color #1B4CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B4CBB is #E4B344. Grayscale: #494949. Windows color (decimal): -14988101 or 12274715. OLE color: 12274715.

HSL color Cylindrical-coordinate representation of color #1B4CBB: hue angle of 221.62º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B4CBB is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB2776187-
CMYK0.860.5900.27
HSL221.62º74.77%41.96%-
HSV(B)221.62º85.56%73.33%-
XYZ12.018.9948.12-
YUV74191.7794.47-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.31%
GREEN value IS 76 (30.08% from 255) = 26.21%
BLUE value IS 187 (73.44% from 255) = 64.48%
R=9.31%
G=26.21%
B=64.48%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal27761870.860.5900.27221.6274.7741.96
Hex1B4CBB563B01Bde4b2a
Octal331142731267303333611352
Binary110111001100101110111010110111011011011110111101001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,76,187); }

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

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

 a { background-color: rgb(27,76,187); }

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

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

 span { border-color: rgb(27,76,187); }

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