Html Css Color HEX #073F78 Dark Cerulean

📋 copy color: '#073F78'

red 7 ◦ green 63 ◦ blue 120

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

Shades of Dark Cerulean #073F78

Tints of Dark Cerulean #073F78

RGB

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

 GREEN value IS 63 (25% from 255) = 33.16%

 BLUE value IS 120 (47.27% from 255) = 63.16%

R = 3.68%
G = 33.16%
B = 63.16%

CMYK

 C value IS 0.94

 M value IS 0.48

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#073F78 (or 0x073F78) is known color: Dark Cerulean. HEX triplet: 07, 3F and 78. RGB value is (7,63,120). Sum of RGB (Red+Green+Blue) = 7+63+120=190 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.68% from 190); Green value is 63 (25% from 255 or 33.16% from 190); Blue value is 120 (47.27% from 255 or 63.16% from 190); Max value from RGB is 120 - color contains mainly: blue. Hex color #073F78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073F78 is #F8C087. Grayscale: #343434. Windows color (decimal): -16302216 or 7880455. OLE color: 7880455.

HSL color Cylindrical-coordinate representation of color #073F78: hue angle of 210.27º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #073F78 is Cyan = 0.94, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 7 63 120 -
CMYK 0.94 0.48 0 0.53
HSL 210.27º 0.89% 0.25% -
HSV(B) 210.27º 0.94% 0.47% -
XYZ 5.26 4.96 18.45 -
YUV 52.75 165.95 95.37 -
System Red Green Blue C M Y K H S L
Decimal 7 63 120 0.94 0.48 0 0.53 210.27 0.89 0.25
Hex 7 3F 78 5E 30 0 35 D2 59 19
Octal 7 77 170 136 60 0 65 322 131 31
Binary 111 111111 1111000 1011110 110000 0 110101 11010010 1011001 11001

Color Harmonies of #073F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073F78

Black with #073F78

Text Example


Text Example

White with #073F78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,63,120); }

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

background-color css

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

 a { background-color: rgb(7,63,120); }

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

border-color css

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

 span { border-color: rgb(7,63,120); }

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