Html Css Color HEX #073976 Dark Cerulean

📋 copy color: '#073976'

red 7 ◦ green 57 ◦ blue 118

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

Shades of Dark Cerulean #073976

Tints of Dark Cerulean #073976

RGB

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

 GREEN value IS 57 (22.66% from 255) = 31.32%

 BLUE value IS 118 (46.48% from 255) = 64.84%

R = 3.85%
G = 31.32%
B = 64.84%

CMYK

 C value IS 0.94

 M value IS 0.52

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#073976 (or 0x073976) is known color: Dark Cerulean. HEX triplet: 07, 39 and 76. RGB value is (7,57,118). Sum of RGB (Red+Green+Blue) = 7+57+118=182 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.85% from 182); Green value is 57 (22.66% from 255 or 31.32% from 182); Blue value is 118 (46.48% from 255 or 64.84% from 182); Max value from RGB is 118 - color contains mainly: blue. Hex color #073976 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073976 is #F8C689. Grayscale: #303030. Windows color (decimal): -16303754 or 7747847. OLE color: 7747847.

HSL color Cylindrical-coordinate representation of color #073976: hue angle of 212.97º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #073976 is Cyan = 0.94, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 7 57 118 -
CMYK 0.94 0.52 0 0.54
HSL 212.97º 0.89% 0.25% -
HSV(B) 212.97º 0.94% 0.46% -
XYZ 4.82 4.28 17.71 -
YUV 49 166.94 98.04 -
System Red Green Blue C M Y K H S L
Decimal 7 57 118 0.94 0.52 0 0.54 212.97 0.89 0.25
Hex 7 39 76 5E 34 0 36 D5 59 19
Octal 7 71 166 136 64 0 66 325 131 31
Binary 111 111001 1110110 1011110 110100 0 110110 11010101 1011001 11001

Color Harmonies of #073976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073976

Black with #073976

Text Example


Text Example

White with #073976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073976; }

 p { color: rgb(7,57,118); }

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

background-color css

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

 a { background-color: rgb(7,57,118); }

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

border-color css

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

 span { border-color: rgb(7,57,118); }

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