Html Css Color HEX #014474 Dark Cerulean

📋 copy color: '#014474'

red 1 ◦ green 68 ◦ blue 116

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

Shades of Dark Cerulean #014474

Tints of Dark Cerulean #014474

RGB

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

 GREEN value IS 68 (26.95% from 255) = 36.76%

 BLUE value IS 116 (45.7% from 255) = 62.7%

R = 0.54%
G = 36.76%
B = 62.7%

CMYK

 C value IS 0.99

 M value IS 0.41

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#014474 (or 0x014474) is known color: Dark Cerulean. HEX triplet: 01, 44 and 74. RGB value is (1,68,116). Sum of RGB (Red+Green+Blue) = 1+68+116=185 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 185); Green value is 68 (26.95% from 255 or 36.76% from 185); Blue value is 116 (45.70% from 255 or 62.70% from 185); Max value from RGB is 116 - color contains mainly: blue. Hex color #014474 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014474 is #FEBB8B. Grayscale: #353535. Windows color (decimal): -16694156 or 7619585. OLE color: 7619585.

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

Color convert

RGB 1 68 116 -
CMYK 0.99 0.41 0 0.55
HSL 205.04º 0.98% 0.23% -
HSV(B) 205.04º 0.99% 0.45% -
XYZ 5.23 5.4 17.29 -
YUV 53.44 163.3 90.6 -
System Red Green Blue C M Y K H S L
Decimal 1 68 116 0.99 0.41 0 0.55 205.04 0.98 0.23
Hex 1 44 74 63 29 0 37 CD 62 17
Octal 1 104 164 143 51 0 67 315 142 27
Binary 1 1000100 1110100 1100011 101001 0 110111 11001101 1100010 10111

Color Harmonies of #014474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014474

Black with #014474

Text Example


Text Example

White with #014474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014474; }

 p { color: rgb(1,68,116); }

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

background-color css

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

 a { background-color: rgb(1,68,116); }

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

border-color css

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

 span { border-color: rgb(1,68,116); }

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