Html Css Color HEX #004071 Dark Cerulean

📋 copy color: '#004071'

red 0 ◦ green 64 ◦ blue 113

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

Shades of Dark Cerulean #004071

Tints of Dark Cerulean #004071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 63.84%

R = 0%
G = 36.16%
B = 63.84%

CMYK

 C value IS 1

 M value IS 0.43

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#004071 (or 0x004071) is known color: Dark Cerulean. HEX triplet: 00, 40 and 71. RGB value is (0,64,113). Sum of RGB (Red+Green+Blue) = 0+64+113=177 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 177); Green value is 64 (25.39% from 255 or 36.16% from 177); Blue value is 113 (44.53% from 255 or 63.84% from 177); Max value from RGB is 113 - color contains mainly: blue. Hex color #004071 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004071 is #FFBF8E. Grayscale: #323232. Windows color (decimal): -16760719 or 7421952. OLE color: 7421952.

HSL color Cylindrical-coordinate representation of color #004071: hue angle of 206.02º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004071 is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 64 113 -
CMYK 1 0.43 0 0.56
HSL 206.02º 1% 0.22% -
HSV(B) 206.02º 1% 0.44% -
XYZ 4.81 4.86 16.31 -
YUV 50.45 163.3 92.02 -
System Red Green Blue C M Y K H S L
Decimal 0 64 113 1 0.43 0 0.56 206.02 1 0.22
Hex 0 40 71 64 2B 0 38 CE 64 16
Octal 0 100 161 144 53 0 70 316 144 26
Binary 0 1000000 1110001 1100100 101011 0 111000 11001110 1100100 10110

Color Harmonies of #004071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004071

Black with #004071

Text Example


Text Example

White with #004071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004071; }

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

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

background-color css

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

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

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

border-color css

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

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

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