Html Css Color HEX #1B4EAF Cerulean Blue

📋 copy color: '#1B4EAF'

red 27 ◦ green 78 ◦ blue 175

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

Shades of Cerulean Blue #1B4EAF

Tints of Cerulean Blue #1B4EAF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 27.86%

 BLUE value IS 175 (68.75% from 255) = 62.5%

R = 9.64%
G = 27.86%
B = 62.5%

CMYK

 C value IS 0.85

 M value IS 0.55

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1B4EAF (or 0x1B4EAF) is known color: Cerulean Blue. HEX triplet: 1B, 4E and AF. RGB value is (27,78,175). Sum of RGB (Red+Green+Blue) = 27+78+175=280 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.64% from 280); Green value is 78 (30.86% from 255 or 27.86% from 280); Blue value is 175 (68.75% from 255 or 62.5% from 280); Max value from RGB is 175 - color contains mainly: blue. Hex color #1B4EAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B4EAF is #E4B150. Grayscale: #494949. Windows color (decimal): -14987601 or 11488795. OLE color: 11488795.

HSL color Cylindrical-coordinate representation of color #1B4EAF: hue angle of 219.32º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B4EAF is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 27 78 175 -
CMYK 0.85 0.55 0 0.31
HSL 219.32º 0.73% 0.4% -
HSV(B) 219.32º 0.85% 0.69% -
XYZ 10.91 8.78 41.68 -
YUV 73.81 185.1 94.61 -
System Red Green Blue C M Y K H S L
Decimal 27 78 175 0.85 0.55 0 0.31 219.32 0.73 0.4
Hex 1B 4E AF 55 37 0 1F DB 49 28
Octal 33 116 257 125 67 0 37 333 111 50
Binary 11011 1001110 10101111 1010101 110111 0 11111 11011011 1001001 101000

Color Harmonies of #1B4EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B4EAF

Black with #1B4EAF

Text Example


Text Example

White with #1B4EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,78,175); }

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

background-color css

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

 a { background-color: rgb(27,78,175); }

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

border-color css

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

 span { border-color: rgb(27,78,175); }

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