Html Css Color HEX #004272 Dark Cerulean

📋 copy color: '#004272'

red 0 ◦ green 66 ◦ blue 114

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

Shades of Dark Cerulean #004272

Tints of Dark Cerulean #004272

RGB

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

 GREEN value IS 66 (26.17% from 255) = 36.67%

 BLUE value IS 114 (44.92% from 255) = 63.33%

R = 0%
G = 36.67%
B = 63.33%

CMYK

 C value IS 1

 M value IS 0.42

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#004272 (or 0x004272) is known color: Dark Cerulean. HEX triplet: 00, 42 and 72. RGB value is (0,66,114). Sum of RGB (Red+Green+Blue) = 0+66+114=180 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 180); Green value is 66 (26.17% from 255 or 36.67% from 180); Blue value is 114 (44.92% from 255 or 63.33% from 180); Max value from RGB is 114 - color contains mainly: blue. Hex color #004272 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004272 is #FFBD8D. Grayscale: #333333. Windows color (decimal): -16760206 or 7488000. OLE color: 7488000.

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

Color convert

RGB 0 66 114 -
CMYK 1 0.42 0 0.55
HSL 205.26º 1% 0.22% -
HSV(B) 205.26º 1% 0.45% -
XYZ 4.99 5.11 16.64 -
YUV 51.74 163.13 91.1 -
System Red Green Blue C M Y K H S L
Decimal 0 66 114 1 0.42 0 0.55 205.26 1 0.22
Hex 0 42 72 64 2A 0 37 CD 64 16
Octal 0 102 162 144 52 0 67 315 144 26
Binary 0 1000010 1110010 1100100 101010 0 110111 11001101 1100100 10110

Color Harmonies of #004272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004272

Black with #004272

Text Example


Text Example

White with #004272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004272; }

 p { color: rgb(0,66,114); }

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

background-color css

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

 a { background-color: rgb(0,66,114); }

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

border-color css

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

 span { border-color: rgb(0,66,114); }

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