Html Css Color HEX #075696 Cobalt

📋 copy color: '#075696'

red 7 ◦ green 86 ◦ blue 150

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

Shades of Cobalt #075696

Tints of Cobalt #075696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 61.73%

R = 2.88%
G = 35.39%
B = 61.73%

CMYK

 C value IS 0.95

 M value IS 0.43

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#075696 (or 0x075696) is known color: Cobalt. HEX triplet: 07, 56 and 96. RGB value is (7,86,150). Sum of RGB (Red+Green+Blue) = 7+86+150=243 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.88% from 243); Green value is 86 (33.98% from 255 or 35.39% from 243); Blue value is 150 (58.98% from 255 or 61.73% from 243); Max value from RGB is 150 - color contains mainly: blue. Hex color #075696 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075696 is #F8A969. Grayscale: #454545. Windows color (decimal): -16296298 or 9852423. OLE color: 9852423.

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

Color convert

RGB 7 86 150 -
CMYK 0.95 0.43 0 0.41
HSL 206.85º 0.91% 0.31% -
HSV(B) 206.85º 0.95% 0.59% -
XYZ 8.92 8.9 30.1 -
YUV 69.68 173.33 83.3 -
System Red Green Blue C M Y K H S L
Decimal 7 86 150 0.95 0.43 0 0.41 206.85 0.91 0.31
Hex 7 56 96 5F 2B 0 29 CF 5B 1F
Octal 7 126 226 137 53 0 51 317 133 37
Binary 111 1010110 10010110 1011111 101011 0 101001 11001111 1011011 11111

Color Harmonies of #075696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075696

Black with #075696

Text Example


Text Example

White with #075696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075696; }

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

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

background-color css

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

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

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

border-color css

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

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

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