Html Css Color HEX #014A72 Dark Cerulean

📋 copy color: '#014A72'

red 1 ◦ green 74 ◦ blue 114

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

Shades of Dark Cerulean #014A72

Tints of Dark Cerulean #014A72

RGB

 RED value IS 1 (0.78% from 255) = 0.53%

 GREEN value IS 74 (29.3% from 255) = 39.15%

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

R = 0.53%
G = 39.15%
B = 60.32%

CMYK

 C value IS 0.99

 M value IS 0.35

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#014A72 (or 0x014A72) is known color: Dark Cerulean. HEX triplet: 01, 4A and 72. RGB value is (1,74,114). Sum of RGB (Red+Green+Blue) = 1+74+114=189 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 189); Green value is 74 (29.30% from 255 or 39.15% from 189); Blue value is 114 (44.92% from 255 or 60.32% from 189); Max value from RGB is 114 - color contains mainly: blue. Hex color #014A72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014A72 is #FEB58D. Grayscale: #383838. Windows color (decimal): -16692622 or 7490049. OLE color: 7490049.

HSL color Cylindrical-coordinate representation of color #014A72: hue angle of 201.24º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014A72 is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 1 74 114 -
CMYK 0.99 0.35 0 0.55
HSL 201.24º 0.98% 0.23% -
HSV(B) 201.24º 0.99% 0.45% -
XYZ 5.5 6.12 16.81 -
YUV 56.73 160.32 88.25 -
System Red Green Blue C M Y K H S L
Decimal 1 74 114 0.99 0.35 0 0.55 201.24 0.98 0.23
Hex 1 4A 72 63 23 0 37 C9 62 17
Octal 1 112 162 143 43 0 67 311 142 27
Binary 1 1001010 1110010 1100011 100011 0 110111 11001001 1100010 10111

Color Harmonies of #014A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014A72

Black with #014A72

Text Example


Text Example

White with #014A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014A72; }

 p { color: rgb(1,74,114); }

 H1.HeaderClassName
 {
   color: #014A72;
 }
 .AnyTagClassName
 {
   color: #014A72;
 }
</style>

background-color css

<style>
 a { background-color: #014A72; }

 a { background-color: rgb(1,74,114); }

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

border-color css

<style>
 span { border-color: #014A72; }

 span { border-color: rgb(1,74,114); }

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