Html Css Color HEX #1B4DAF Cerulean Blue

📋 copy color: '#1B4DAF'

red 27 ◦ green 77 ◦ blue 175

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

Shades of Cerulean Blue #1B4DAF

Tints of Cerulean Blue #1B4DAF

RGB

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

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

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

R = 9.68%
G = 27.6%
B = 62.72%

CMYK

 C value IS 0.85

 M value IS 0.56

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1B4DAF (or 0x1B4DAF) is known color: Cerulean Blue. HEX triplet: 1B, 4D and AF. RGB value is (27,77,175). Sum of RGB (Red+Green+Blue) = 27+77+175=279 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.68% from 279); Green value is 77 (30.47% from 255 or 27.60% from 279); Blue value is 175 (68.75% from 255 or 62.72% from 279); Max value from RGB is 175 - color contains mainly: blue. Hex color #1B4DAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B4DAF is #E4B250. Grayscale: #484848. Windows color (decimal): -14987857 or 11488539. OLE color: 11488539.

HSL color Cylindrical-coordinate representation of color #1B4DAF: hue angle of 219.73º 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 #1B4DAF is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 27 77 175 -
CMYK 0.85 0.56 0 0.31
HSL 219.73º 0.73% 0.4% -
HSV(B) 219.73º 0.85% 0.69% -
XYZ 10.84 8.64 41.65 -
YUV 73.22 185.44 95.03 -
System Red Green Blue C M Y K H S L
Decimal 27 77 175 0.85 0.56 0 0.31 219.73 0.73 0.4
Hex 1B 4D AF 55 38 0 1F DC 49 28
Octal 33 115 257 125 70 0 37 334 111 50
Binary 11011 1001101 10101111 1010101 111000 0 11111 11011100 1001001 101000

Color Harmonies of #1B4DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B4DAF

Black with #1B4DAF

Text Example


Text Example

White with #1B4DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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