Html Css Color HEX #073E74 Dark Cerulean

📋 copy color: '#073E74'

red 7 ◦ green 62 ◦ blue 116

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

Shades of Dark Cerulean #073E74

Tints of Dark Cerulean #073E74

RGB

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

 GREEN value IS 62 (24.61% from 255) = 33.51%

 BLUE value IS 116 (45.7% from 255) = 62.7%

R = 3.78%
G = 33.51%
B = 62.7%

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

#073E74 (or 0x073E74) is known color: Dark Cerulean. HEX triplet: 07, 3E and 74. RGB value is (7,62,116). Sum of RGB (Red+Green+Blue) = 7+62+116=185 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.78% from 185); Green value is 62 (24.61% from 255 or 33.51% from 185); Blue value is 116 (45.70% from 255 or 62.70% from 185); Max value from RGB is 116 - color contains mainly: blue. Hex color #073E74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073E74 is #F8C18B. Grayscale: #333333. Windows color (decimal): -16302476 or 7618055. OLE color: 7618055.

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

Color convert

RGB 7 62 116 -
CMYK 0.94 0.47 0 0.55
HSL 209.72º 0.89% 0.24% -
HSV(B) 209.72º 0.94% 0.45% -
XYZ 4.96 4.75 17.18 -
YUV 51.71 164.28 96.11 -
System Red Green Blue C M Y K H S L
Decimal 7 62 116 0.94 0.47 0 0.55 209.72 0.89 0.24
Hex 7 3E 74 5E 2F 0 37 D2 59 18
Octal 7 76 164 136 57 0 67 322 131 30
Binary 111 111110 1110100 1011110 101111 0 110111 11010010 1011001 11000

Color Harmonies of #073E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073E74

Black with #073E74

Text Example


Text Example

White with #073E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,62,116); }

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

background-color css

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

 a { background-color: rgb(7,62,116); }

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

border-color css

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

 span { border-color: rgb(7,62,116); }

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