Html Css Color HEX #074872 Dark Cerulean

📋 copy color: '#074872'

red 7 ◦ green 72 ◦ blue 114

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

Shades of Dark Cerulean #074872

Tints of Dark Cerulean #074872

RGB

 RED value IS 7 (3.13% from 255) = 3.63%

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

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

R = 3.63%
G = 37.31%
B = 59.07%

CMYK

 C value IS 0.94

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#074872 (or 0x074872) is known color: Dark Cerulean. HEX triplet: 07, 48 and 72. RGB value is (7,72,114). Sum of RGB (Red+Green+Blue) = 7+72+114=193 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.63% from 193); Green value is 72 (28.52% from 255 or 37.31% from 193); Blue value is 114 (44.92% from 255 or 59.07% from 193); Max value from RGB is 114 - color contains mainly: blue. Hex color #074872 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074872 is #F8B78D. Grayscale: #393939. Windows color (decimal): -16299918 or 7489543. OLE color: 7489543.

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

Color convert

RGB 7 72 114 -
CMYK 0.94 0.37 0 0.55
HSL 203.55º 0.88% 0.24% -
HSV(B) 203.55º 0.94% 0.45% -
XYZ 5.44 5.89 16.77 -
YUV 57.35 159.97 92.08 -
System Red Green Blue C M Y K H S L
Decimal 7 72 114 0.94 0.37 0 0.55 203.55 0.88 0.24
Hex 7 48 72 5E 25 0 37 CC 58 18
Octal 7 110 162 136 45 0 67 314 130 30
Binary 111 1001000 1110010 1011110 100101 0 110111 11001100 1011000 11000

Color Harmonies of #074872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074872

Black with #074872

Text Example


Text Example

White with #074872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074872; }

 p { color: rgb(7,72,114); }

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

background-color css

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

 a { background-color: rgb(7,72,114); }

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

border-color css

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

 span { border-color: rgb(7,72,114); }

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