Html Css Color HEX #1A4372 Dark Cerulean

📋 copy color: '#1A4372'

red 26 ◦ green 67 ◦ blue 114

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

Shades of Dark Cerulean #1A4372

Tints of Dark Cerulean #1A4372

RGB

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

 GREEN value IS 67 (26.56% from 255) = 32.37%

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

R = 12.56%
G = 32.37%
B = 55.07%

CMYK

 C value IS 0.77

 M value IS 0.41

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#1A4372 (or 0x1A4372) is known color: Dark Cerulean. HEX triplet: 1A, 43 and 72. RGB value is (26,67,114). Sum of RGB (Red+Green+Blue) = 26+67+114=207 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.56% from 207); Green value is 67 (26.56% from 255 or 32.37% from 207); Blue value is 114 (44.92% from 255 or 55.07% from 207); Max value from RGB is 114 - color contains mainly: blue. Hex color #1A4372 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4372 is #E5BC8D. Grayscale: #3B3B3B. Windows color (decimal): -15056014 or 7488282. OLE color: 7488282.

HSL color Cylindrical-coordinate representation of color #1A4372: hue angle of 212.05º 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 #1A4372 is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 26 67 114 -
CMYK 0.77 0.41 0 0.55
HSL 212.05º 0.63% 0.27% -
HSV(B) 212.05º 0.77% 0.45% -
XYZ 5.47 5.45 16.68 -
YUV 60.1 158.42 103.68 -
System Red Green Blue C M Y K H S L
Decimal 26 67 114 0.77 0.41 0 0.55 212.05 0.63 0.27
Hex 1A 43 72 4D 29 0 37 D4 3F 1B
Octal 32 103 162 115 51 0 67 324 77 33
Binary 11010 1000011 1110010 1001101 101001 0 110111 11010100 111111 11011

Color Harmonies of #1A4372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A4372

Black with #1A4372

Text Example


Text Example

White with #1A4372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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