Html Css Color HEX #004074 Dark Cerulean

📋 copy color: '#004074'

red 0 ◦ green 64 ◦ blue 116

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

Shades of Dark Cerulean #004074

Tints of Dark Cerulean #004074

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 64 (25.39% from 255) = 35.56%

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

R = 0%
G = 35.56%
B = 64.44%

CMYK

 C value IS 1

 M value IS 0.45

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#004074 (or 0x004074) is known color: Dark Cerulean. HEX triplet: 00, 40 and 74. RGB value is (0,64,116). Sum of RGB (Red+Green+Blue) = 0+64+116=180 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 180); Green value is 64 (25.39% from 255 or 35.56% from 180); Blue value is 116 (45.70% from 255 or 64.44% from 180); Max value from RGB is 116 - color contains mainly: blue. Hex color #004074 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004074 is #FFBF8B. Grayscale: #323232. Windows color (decimal): -16760716 or 7618560. OLE color: 7618560.

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

Color convert

RGB 0 64 116 -
CMYK 1 0.45 0 0.55
HSL 206.9º 1% 0.23% -
HSV(B) 206.9º 1% 0.45% -
XYZ 4.99 4.93 17.21 -
YUV 50.79 164.8 91.77 -
System Red Green Blue C M Y K H S L
Decimal 0 64 116 1 0.45 0 0.55 206.9 1 0.23
Hex 0 40 74 64 2D 0 37 CF 64 17
Octal 0 100 164 144 55 0 67 317 144 27
Binary 0 1000000 1110100 1100100 101101 0 110111 11001111 1100100 10111

Color Harmonies of #004074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004074

Black with #004074

Text Example


Text Example

White with #004074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004074; }

 p { color: rgb(0,64,116); }

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

background-color css

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

 a { background-color: rgb(0,64,116); }

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

border-color css

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

 span { border-color: rgb(0,64,116); }

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