Html Css Color HEX #073379 Dark Cerulean

📋 copy color: '#073379'

red 7 ◦ green 51 ◦ blue 121

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

Shades of Dark Cerulean #073379

Tints of Dark Cerulean #073379

RGB

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

 GREEN value IS 51 (20.31% from 255) = 28.49%

 BLUE value IS 121 (47.66% from 255) = 67.6%

R = 3.91%
G = 28.49%
B = 67.6%

CMYK

 C value IS 0.94

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#073379 (or 0x073379) is known color: Dark Cerulean. HEX triplet: 07, 33 and 79. RGB value is (7,51,121). Sum of RGB (Red+Green+Blue) = 7+51+121=179 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.91% from 179); Green value is 51 (20.31% from 255 or 28.49% from 179); Blue value is 121 (47.66% from 255 or 67.60% from 179); Max value from RGB is 121 - color contains mainly: blue. Hex color #073379 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073379 is #F8CC86. Grayscale: #2D2D2D. Windows color (decimal): -16305287 or 7942919. OLE color: 7942919.

HSL color Cylindrical-coordinate representation of color #073379: hue angle of 216.84º 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 #073379 is Cyan = 0.94, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 7 51 121 -
CMYK 0.94 0.58 0 0.53
HSL 216.84º 0.89% 0.25% -
HSV(B) 216.84º 0.94% 0.47% -
XYZ 4.72 3.79 18.57 -
YUV 45.82 170.42 100.31 -
System Red Green Blue C M Y K H S L
Decimal 7 51 121 0.94 0.58 0 0.53 216.84 0.89 0.25
Hex 7 33 79 5E 3A 0 35 D9 59 19
Octal 7 63 171 136 72 0 65 331 131 31
Binary 111 110011 1111001 1011110 111010 0 110101 11011001 1011001 11001

Color Harmonies of #073379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073379

Black with #073379

Text Example


Text Example

White with #073379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073379; }

 p { color: rgb(7,51,121); }

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

background-color css

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

 a { background-color: rgb(7,51,121); }

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

border-color css

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

 span { border-color: rgb(7,51,121); }

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