Html Css Color HEX #075799 Cobalt

📋 copy color: '#075799'

red 7 ◦ green 87 ◦ blue 153

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

Shades of Cobalt #075799

Tints of Cobalt #075799

RGB

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

 GREEN value IS 87 (34.38% from 255) = 35.22%

 BLUE value IS 153 (60.16% from 255) = 61.94%

R = 2.83%
G = 35.22%
B = 61.94%

CMYK

 C value IS 0.95

 M value IS 0.43

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#075799 (or 0x075799) is known color: Cobalt. HEX triplet: 07, 57 and 99. RGB value is (7,87,153). Sum of RGB (Red+Green+Blue) = 7+87+153=247 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.83% from 247); Green value is 87 (34.38% from 255 or 35.22% from 247); Blue value is 153 (60.16% from 255 or 61.94% from 247); Max value from RGB is 153 - color contains mainly: blue. Hex color #075799 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075799 is #F8A866. Grayscale: #464646. Windows color (decimal): -16296039 or 10049287. OLE color: 10049287.

HSL color Cylindrical-coordinate representation of color #075799: hue angle of 207.12º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #075799 is Cyan = 0.95, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 7 87 153 -
CMYK 0.95 0.43 0 0.4
HSL 207.12º 0.91% 0.31% -
HSV(B) 207.12º 0.95% 0.6% -
XYZ 9.25 9.16 31.42 -
YUV 70.6 174.5 82.63 -
System Red Green Blue C M Y K H S L
Decimal 7 87 153 0.95 0.43 0 0.4 207.12 0.91 0.31
Hex 7 57 99 5F 2B 0 28 CF 5B 1F
Octal 7 127 231 137 53 0 50 317 133 37
Binary 111 1010111 10011001 1011111 101011 0 101000 11001111 1011011 11111

Color Harmonies of #075799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075799

Black with #075799

Text Example


Text Example

White with #075799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075799; }

 p { color: rgb(7,87,153); }

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

background-color css

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

 a { background-color: rgb(7,87,153); }

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

border-color css

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

 span { border-color: rgb(7,87,153); }

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