Html Css Color HEX #073D74 Dark Cerulean

📋 copy color: '#073D74'

red 7 ◦ green 61 ◦ blue 116

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

Shades of Dark Cerulean #073D74

Tints of Dark Cerulean #073D74

RGB

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

 GREEN value IS 61 (24.22% from 255) = 33.15%

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

R = 3.8%
G = 33.15%
B = 63.04%

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

#073D74 (or 0x073D74) is known color: Dark Cerulean. HEX triplet: 07, 3D and 74. RGB value is (7,61,116). Sum of RGB (Red+Green+Blue) = 7+61+116=184 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.80% from 184); Green value is 61 (24.22% from 255 or 33.15% from 184); Blue value is 116 (45.70% from 255 or 63.04% from 184); Max value from RGB is 116 - color contains mainly: blue. Hex color #073D74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073D74 is #F8C28B. Grayscale: #323232. Windows color (decimal): -16302732 or 7617799. OLE color: 7617799.

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

Color convert

RGB 7 61 116 -
CMYK 0.94 0.47 0 0.55
HSL 210.28º 0.89% 0.24% -
HSV(B) 210.28º 0.94% 0.45% -
XYZ 4.91 4.64 17.16 -
YUV 51.12 164.61 96.53 -
System Red Green Blue C M Y K H S L
Decimal 7 61 116 0.94 0.47 0 0.55 210.28 0.89 0.24
Hex 7 3D 74 5E 2F 0 37 D2 59 18
Octal 7 75 164 136 57 0 67 322 131 30
Binary 111 111101 1110100 1011110 101111 0 110111 11010010 1011001 11000

Color Harmonies of #073D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073D74

Black with #073D74

Text Example


Text Example

White with #073D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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