Html Css Color HEX #1B4DB3 Cerulean Blue

📋 copy color: '#1B4DB3'

red 27 ◦ green 77 ◦ blue 179

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

Shades of Cerulean Blue #1B4DB3

Tints of Cerulean Blue #1B4DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 63.25%

R = 9.54%
G = 27.21%
B = 63.25%

CMYK

 C value IS 0.85

 M value IS 0.57

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#1B4DB3 (or 0x1B4DB3) is known color: Cerulean Blue. HEX triplet: 1B, 4D and B3. RGB value is (27,77,179). Sum of RGB (Red+Green+Blue) = 27+77+179=283 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.54% from 283); Green value is 77 (30.47% from 255 or 27.21% from 283); Blue value is 179 (70.31% from 255 or 63.25% from 283); Max value from RGB is 179 - color contains mainly: blue. Hex color #1B4DB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B4DB3 is #E4B24C. Grayscale: #494949. Windows color (decimal): -14987853 or 11750683. OLE color: 11750683.

HSL color Cylindrical-coordinate representation of color #1B4DB3: hue angle of 220.26º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B4DB3 is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 27 77 179 -
CMYK 0.85 0.57 0 0.30
HSL 220.26º 0.74% 0.4% -
HSV(B) 220.26º 0.85% 0.7% -
XYZ 11.24 8.8 43.75 -
YUV 73.68 187.44 94.71 -
System Red Green Blue C M Y K H S L
Decimal 27 77 179 0.85 0.57 0 0.30 220.26 0.74 0.4
Hex 1B 4D B3 55 39 0 1E DC 4A 28
Octal 33 115 263 125 71 0 36 334 112 50
Binary 11011 1001101 10110011 1010101 111001 0 11110 11011100 1001010 101000

Color Harmonies of #1B4DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B4DB3

Black with #1B4DB3

Text Example


Text Example

White with #1B4DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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