Html Css Color HEX #1A4871 Dark Cerulean

📋 copy color: '#1A4871'

red 26 ◦ green 72 ◦ blue 113

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

Shades of Dark Cerulean #1A4871

Tints of Dark Cerulean #1A4871

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.12%

 BLUE value IS 113 (44.53% from 255) = 53.55%

R = 12.32%
G = 34.12%
B = 53.55%

CMYK

 C value IS 0.77

 M value IS 0.36

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1A4871 (or 0x1A4871) is known color: Dark Cerulean. HEX triplet: 1A, 48 and 71. RGB value is (26,72,113). Sum of RGB (Red+Green+Blue) = 26+72+113=211 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.32% from 211); Green value is 72 (28.52% from 255 or 34.12% from 211); Blue value is 113 (44.53% from 255 or 53.55% from 211); Max value from RGB is 113 - color contains mainly: blue. Hex color #1A4871 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4871 is #E5B78E. Grayscale: #3E3E3E. Windows color (decimal): -15054735 or 7424026. OLE color: 7424026.

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

Color convert

RGB 26 72 113 -
CMYK 0.77 0.36 0 0.56
HSL 208.28º 0.63% 0.27% -
HSV(B) 208.28º 0.77% 0.44% -
XYZ 5.72 6.05 16.49 -
YUV 62.92 156.26 101.67 -
System Red Green Blue C M Y K H S L
Decimal 26 72 113 0.77 0.36 0 0.56 208.28 0.63 0.27
Hex 1A 48 71 4D 24 0 38 D0 3F 1B
Octal 32 110 161 115 44 0 70 320 77 33
Binary 11010 1001000 1110001 1001101 100100 0 111000 11010000 111111 11011

Color Harmonies of #1A4871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A4871

Black with #1A4871

Text Example


Text Example

White with #1A4871

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,72,113); }

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

background-color css

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

 a { background-color: rgb(26,72,113); }

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

border-color css

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

 span { border-color: rgb(26,72,113); }

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