Html Css Color HEX #014974 Dark Cerulean

📋 copy color: '#014974'

red 1 ◦ green 73 ◦ blue 116

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

Shades of Dark Cerulean #014974

Tints of Dark Cerulean #014974

RGB

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

 GREEN value IS 73 (28.91% from 255) = 38.42%

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

R = 0.53%
G = 38.42%
B = 61.05%

CMYK

 C value IS 0.99

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#014974 (or 0x014974) is known color: Dark Cerulean. HEX triplet: 01, 49 and 74. RGB value is (1,73,116). Sum of RGB (Red+Green+Blue) = 1+73+116=190 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 190); Green value is 73 (28.91% from 255 or 38.42% from 190); Blue value is 116 (45.70% from 255 or 61.05% from 190); Max value from RGB is 116 - color contains mainly: blue. Hex color #014974 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014974 is #FEB68B. Grayscale: #383838. Windows color (decimal): -16692876 or 7620865. OLE color: 7620865.

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

Color convert

RGB 1 73 116 -
CMYK 0.99 0.37 0 0.55
HSL 202.43º 0.98% 0.23% -
HSV(B) 202.43º 0.99% 0.45% -
XYZ 5.55 6.03 17.4 -
YUV 56.37 161.65 88.5 -
System Red Green Blue C M Y K H S L
Decimal 1 73 116 0.99 0.37 0 0.55 202.43 0.98 0.23
Hex 1 49 74 63 25 0 37 CA 62 17
Octal 1 111 164 143 45 0 67 312 142 27
Binary 1 1001001 1110100 1100011 100101 0 110111 11001010 1100010 10111

Color Harmonies of #014974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014974

Black with #014974

Text Example


Text Example

White with #014974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014974; }

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

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

background-color css

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

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

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

border-color css

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

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

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