Html Css Color HEX #1A4772 Dark Cerulean

📋 copy color: '#1A4772'

red 26 ◦ green 71 ◦ blue 114

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

Shades of Dark Cerulean #1A4772

Tints of Dark Cerulean #1A4772

RGB

 RED value IS 26 (10.55% from 255) = 12.32%

 GREEN value IS 71 (28.13% from 255) = 33.65%

 BLUE value IS 114 (44.92% from 255) = 54.03%

R = 12.32%
G = 33.65%
B = 54.03%

CMYK

 C value IS 0.77

 M value IS 0.38

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#1A4772 (or 0x1A4772) is known color: Dark Cerulean. HEX triplet: 1A, 47 and 72. RGB value is (26,71,114). Sum of RGB (Red+Green+Blue) = 26+71+114=211 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.32% from 211); Green value is 71 (28.12% from 255 or 33.65% from 211); Blue value is 114 (44.92% from 255 or 54.03% from 211); Max value from RGB is 114 - color contains mainly: blue. Hex color #1A4772 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4772 is #E5B88D. Grayscale: #3E3E3E. Windows color (decimal): -15054990 or 7489306. OLE color: 7489306.

HSL color Cylindrical-coordinate representation of color #1A4772: hue angle of 209.32º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A4772 is Cyan = 0.77, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 26 71 114 -
CMYK 0.77 0.38 0 0.55
HSL 209.32º 0.63% 0.27% -
HSV(B) 209.32º 0.77% 0.45% -
XYZ 5.72 5.94 16.77 -
YUV 62.45 157.09 102 -
System Red Green Blue C M Y K H S L
Decimal 26 71 114 0.77 0.38 0 0.55 209.32 0.63 0.27
Hex 1A 47 72 4D 26 0 37 D1 3F 1B
Octal 32 107 162 115 46 0 67 321 77 33
Binary 11010 1000111 1110010 1001101 100110 0 110111 11010001 111111 11011

Color Harmonies of #1A4772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A4772

Black with #1A4772

Text Example


Text Example

White with #1A4772

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,71,114); }

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

background-color css

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

 a { background-color: rgb(26,71,114); }

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

border-color css

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

 span { border-color: rgb(26,71,114); }

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