Html Css Color HEX #1B4DB8 Cerulean Blue

📋 copy color: '#1B4DB8'

red 27 ◦ green 77 ◦ blue 184

#1B4DB8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #1B4DB8

Tints of Cerulean Blue #1B4DB8

RGB

 RED value IS 27 (10.94% from 255) = 9.38%

 GREEN value IS 77 (30.47% from 255) = 26.74%

 BLUE value IS 184 (72.27% from 255) = 63.89%

R = 9.38%
G = 26.74%
B = 63.89%

CMYK

 C value IS 0.85

 M value IS 0.58

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#1B4DB8 (or 0x1B4DB8) is known color: Cerulean Blue. HEX triplet: 1B, 4D and B8. RGB value is (27,77,184). Sum of RGB (Red+Green+Blue) = 27+77+184=288 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.38% from 288); Green value is 77 (30.47% from 255 or 26.74% from 288); Blue value is 184 (72.27% from 255 or 63.89% from 288); Max value from RGB is 184 - color contains mainly: blue. Hex color #1B4DB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B4DB8 is #E4B247. Grayscale: #494949. Windows color (decimal): -14987848 or 12078363. OLE color: 12078363.

HSL color Cylindrical-coordinate representation of color #1B4DB8: hue angle of 220.89º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B4DB8 is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 27 77 184 -
CMYK 0.85 0.58 0 0.28
HSL 220.89º 0.74% 0.41% -
HSV(B) 220.89º 0.85% 0.72% -
XYZ 11.76 9 46.47 -
YUV 74.25 189.94 94.3 -
System Red Green Blue C M Y K H S L
Decimal 27 77 184 0.85 0.58 0 0.28 220.89 0.74 0.41
Hex 1B 4D B8 55 3A 0 1C DD 4A 29
Octal 33 115 270 125 72 0 34 335 112 51
Binary 11011 1001101 10111000 1010101 111010 0 11100 11011101 1001010 101001

Color Harmonies of #1B4DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B4DB8

Black with #1B4DB8

Text Example


Text Example

White with #1B4DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1B4DB8;
 }
 .AnyTagClassName
 {
   color: #1B4DB8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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