Html Css Color HEX #075699 Cobalt

📋 copy color: '#075699'

red 7 ◦ green 86 ◦ blue 153

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

Shades of Cobalt #075699

Tints of Cobalt #075699

RGB

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

 GREEN value IS 86 (33.98% from 255) = 34.96%

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

R = 2.85%
G = 34.96%
B = 62.2%

CMYK

 C value IS 0.95

 M value IS 0.44

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#075699 (or 0x075699) is known color: Cobalt. HEX triplet: 07, 56 and 99. RGB value is (7,86,153). Sum of RGB (Red+Green+Blue) = 7+86+153=246 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.85% from 246); Green value is 86 (33.98% from 255 or 34.96% from 246); Blue value is 153 (60.16% from 255 or 62.20% from 246); Max value from RGB is 153 - color contains mainly: blue. Hex color #075699 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075699 is #F8A966. Grayscale: #454545. Windows color (decimal): -16296295 or 10049031. OLE color: 10049031.

HSL color Cylindrical-coordinate representation of color #075699: hue angle of 207.53º 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 #075699 is Cyan = 0.95, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 7 86 153 -
CMYK 0.95 0.44 0 0.4
HSL 207.53º 0.91% 0.31% -
HSV(B) 207.53º 0.95% 0.6% -
XYZ 9.17 9 31.39 -
YUV 70.02 174.83 83.05 -
System Red Green Blue C M Y K H S L
Decimal 7 86 153 0.95 0.44 0 0.4 207.53 0.91 0.31
Hex 7 56 99 5F 2C 0 28 D0 5B 1F
Octal 7 126 231 137 54 0 50 320 133 37
Binary 111 1010110 10011001 1011111 101100 0 101000 11010000 1011011 11111

Color Harmonies of #075699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075699

Black with #075699

Text Example


Text Example

White with #075699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075699; }

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

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

background-color css

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

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

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

border-color css

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

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

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