Html Css Color HEX #014F72 Dark Cerulean

📋 copy color: '#014F72'

red 1 ◦ green 79 ◦ blue 114

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

Shades of Dark Cerulean #014F72

Tints of Dark Cerulean #014F72

RGB

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

 GREEN value IS 79 (31.25% from 255) = 40.72%

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

R = 0.52%
G = 40.72%
B = 58.76%

CMYK

 C value IS 0.99

 M value IS 0.31

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#014F72 (or 0x014F72) is known color: Dark Cerulean. HEX triplet: 01, 4F and 72. RGB value is (1,79,114). Sum of RGB (Red+Green+Blue) = 1+79+114=194 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 194); Green value is 79 (31.25% from 255 or 40.72% from 194); Blue value is 114 (44.92% from 255 or 58.76% from 194); Max value from RGB is 114 - color contains mainly: blue. Hex color #014F72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014F72 is #FEB08D. Grayscale: #3B3B3B. Windows color (decimal): -16691342 or 7491329. OLE color: 7491329.

HSL color Cylindrical-coordinate representation of color #014F72: hue angle of 198.58º 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 #014F72 is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 1 79 114 -
CMYK 0.99 0.31 0 0.55
HSL 198.58º 0.98% 0.23% -
HSV(B) 198.58º 0.99% 0.45% -
XYZ 5.85 6.81 16.93 -
YUV 59.67 158.66 86.15 -
System Red Green Blue C M Y K H S L
Decimal 1 79 114 0.99 0.31 0 0.55 198.58 0.98 0.23
Hex 1 4F 72 63 1F 0 37 C7 62 17
Octal 1 117 162 143 37 0 67 307 142 27
Binary 1 1001111 1110010 1100011 11111 0 110111 11000111 1100010 10111

Color Harmonies of #014F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014F72

Black with #014F72

Text Example


Text Example

White with #014F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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