#1B4DBB

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

Shades of Cerulean Blue #1B4DBB

Tints of Cerulean Blue #1B4DBB

Color information

#1B4DBB (or 0x1B4DBB) is unknown color: approx Cerulean Blue. HEX triplet: 1B, 4D and BB. RGB value is (27,77,187). Sum of RGB (Red+Green+Blue) = 27+77+187=291 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.28% from 291); Green value is 77 (30.47% from 255 or 26.46% from 291); Blue value is 187 (73.44% from 255 or 64.26% from 291); Max value from RGB is 187 - color contains mainly: blue. Hex color #1B4DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B4DBB is #E4B244. Grayscale: #4A4A4A. Windows color (decimal): -14987845 or 12274971. OLE color: 12274971.

HSL color Cylindrical-coordinate representation of color #1B4DBB: hue angle of 221.25º 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 #1B4DBB is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB2777187-
CMYK0.860.5900.27
HSL221.25º74.77%41.96%-
HSV(B)221.25º85.56%73.33%-
XYZ12.089.1348.14-
YUV74.59191.4494.06-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.28%
GREEN value IS 77 (30.47% from 255) = 26.46%
BLUE value IS 187 (73.44% from 255) = 64.26%
R=9.28%
G=26.46%
B=64.26%

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
Decimal27771870.860.5900.27221.2574.7741.96
Hex1B4DBB563B01Bdd4b2a
Octal331152731267303333511352
Binary110111001101101110111010110111011011011110111011001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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