Html Css Color HEX #014874 Dark Cerulean

📋 copy color: '#014874'

red 1 ◦ green 72 ◦ blue 116

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

Shades of Dark Cerulean #014874

Tints of Dark Cerulean #014874

RGB

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

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

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

R = 0.53%
G = 38.1%
B = 61.38%

CMYK

 C value IS 0.99

 M value IS 0.38

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#014874 (or 0x014874) is known color: Dark Cerulean. HEX triplet: 01, 48 and 74. RGB value is (1,72,116). Sum of RGB (Red+Green+Blue) = 1+72+116=189 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 189); Green value is 72 (28.52% from 255 or 38.10% from 189); Blue value is 116 (45.70% from 255 or 61.38% from 189); Max value from RGB is 116 - color contains mainly: blue. Hex color #014874 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014874 is #FEB78B. Grayscale: #373737. Windows color (decimal): -16693132 or 7620609. OLE color: 7620609.

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

Color convert

RGB 1 72 116 -
CMYK 0.99 0.38 0 0.55
HSL 202.96º 0.98% 0.23% -
HSV(B) 202.96º 0.99% 0.45% -
XYZ 5.48 5.9 17.37 -
YUV 55.79 161.98 88.92 -
System Red Green Blue C M Y K H S L
Decimal 1 72 116 0.99 0.38 0 0.55 202.96 0.98 0.23
Hex 1 48 74 63 26 0 37 CB 62 17
Octal 1 110 164 143 46 0 67 313 142 27
Binary 1 1001000 1110100 1100011 100110 0 110111 11001011 1100010 10111

Color Harmonies of #014874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014874

Black with #014874

Text Example


Text Example

White with #014874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014874; }

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

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

background-color css

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

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

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

border-color css

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

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

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