Html Css Color HEX #073C72 Dark Cerulean

📋 copy color: '#073C72'

red 7 ◦ green 60 ◦ blue 114

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

Shades of Dark Cerulean #073C72

Tints of Dark Cerulean #073C72

RGB

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

 GREEN value IS 60 (23.83% from 255) = 33.15%

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

R = 3.87%
G = 33.15%
B = 62.98%

CMYK

 C value IS 0.94

 M value IS 0.47

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#073C72 (or 0x073C72) is known color: Dark Cerulean. HEX triplet: 07, 3C and 72. RGB value is (7,60,114). Sum of RGB (Red+Green+Blue) = 7+60+114=181 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.87% from 181); Green value is 60 (23.83% from 255 or 33.15% from 181); Blue value is 114 (44.92% from 255 or 62.98% from 181); Max value from RGB is 114 - color contains mainly: blue. Hex color #073C72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073C72 is #F8C38D. Grayscale: #323232. Windows color (decimal): -16302990 or 7486471. OLE color: 7486471.

HSL color Cylindrical-coordinate representation of color #073C72: hue angle of 210.28º 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 #073C72 is Cyan = 0.94, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 7 60 114 -
CMYK 0.94 0.47 0 0.55
HSL 210.28º 0.88% 0.24% -
HSV(B) 210.28º 0.94% 0.45% -
XYZ 4.74 4.49 16.54 -
YUV 50.31 163.94 97.11 -
System Red Green Blue C M Y K H S L
Decimal 7 60 114 0.94 0.47 0 0.55 210.28 0.88 0.24
Hex 7 3C 72 5E 2F 0 37 D2 58 18
Octal 7 74 162 136 57 0 67 322 130 30
Binary 111 111100 1110010 1011110 101111 0 110111 11010010 1011000 11000

Color Harmonies of #073C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073C72

Black with #073C72

Text Example


Text Example

White with #073C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073C72; }

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

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

background-color css

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

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

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

border-color css

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

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

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