Html Css Color HEX #075079 Dark Cerulean

📋 copy color: '#075079'

red 7 ◦ green 80 ◦ blue 121

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

Shades of Dark Cerulean #075079

Tints of Dark Cerulean #075079

RGB

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

 GREEN value IS 80 (31.64% from 255) = 38.46%

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

R = 3.37%
G = 38.46%
B = 58.17%

CMYK

 C value IS 0.94

 M value IS 0.34

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#075079 (or 0x075079) is known color: Dark Cerulean. HEX triplet: 07, 50 and 79. RGB value is (7,80,121). Sum of RGB (Red+Green+Blue) = 7+80+121=208 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.37% from 208); Green value is 80 (31.64% from 255 or 38.46% from 208); Blue value is 121 (47.66% from 255 or 58.17% from 208); Max value from RGB is 121 - color contains mainly: blue. Hex color #075079 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075079 is #F8AF86. Grayscale: #3E3E3E. Windows color (decimal): -16297863 or 7950343. OLE color: 7950343.

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

Color convert

RGB 7 80 121 -
CMYK 0.94 0.34 0 0.53
HSL 201.58º 0.89% 0.25% -
HSV(B) 201.58º 0.94% 0.47% -
XYZ 6.41 7.16 19.13 -
YUV 62.85 160.82 88.17 -
System Red Green Blue C M Y K H S L
Decimal 7 80 121 0.94 0.34 0 0.53 201.58 0.89 0.25
Hex 7 50 79 5E 22 0 35 CA 59 19
Octal 7 120 171 136 42 0 65 312 131 31
Binary 111 1010000 1111001 1011110 100010 0 110101 11001010 1011001 11001

Color Harmonies of #075079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075079

Black with #075079

Text Example


Text Example

White with #075079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075079; }

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

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

background-color css

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

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

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

border-color css

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

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

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