Html Css Color HEX #07599C Cobalt

📋 copy color: '#07599C'

red 7 ◦ green 89 ◦ blue 156

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

Shades of Cobalt #07599C

Tints of Cobalt #07599C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 35.32%

 BLUE value IS 156 (61.33% from 255) = 61.9%

R = 2.78%
G = 35.32%
B = 61.9%

CMYK

 C value IS 0.96

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#07599C (or 0x07599C) is known color: Cobalt. HEX triplet: 07, 59 and 9C. RGB value is (7,89,156). Sum of RGB (Red+Green+Blue) = 7+89+156=252 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.78% from 252); Green value is 89 (35.16% from 255 or 35.32% from 252); Blue value is 156 (61.33% from 255 or 61.90% from 252); Max value from RGB is 156 - color contains mainly: blue. Hex color #07599C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07599C is #F8A663. Grayscale: #474747. Windows color (decimal): -16295524 or 10246407. OLE color: 10246407.

HSL color Cylindrical-coordinate representation of color #07599C: hue angle of 206.98º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07599C is Cyan = 0.96, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 7 89 156 -
CMYK 0.96 0.43 0 0.39
HSL 206.98º 0.91% 0.32% -
HSV(B) 206.98º 0.96% 0.61% -
XYZ 9.66 9.59 32.79 -
YUV 72.12 175.33 81.55 -
System Red Green Blue C M Y K H S L
Decimal 7 89 156 0.96 0.43 0 0.39 206.98 0.91 0.32
Hex 7 59 9C 60 2B 0 27 CF 5B 20
Octal 7 131 234 140 53 0 47 317 133 40
Binary 111 1011001 10011100 1100000 101011 0 100111 11001111 1011011 100000

Color Harmonies of #07599C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07599C

Black with #07599C

Text Example


Text Example

White with #07599C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07599C; }

 p { color: rgb(7,89,156); }

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

background-color css

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

 a { background-color: rgb(7,89,156); }

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

border-color css

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

 span { border-color: rgb(7,89,156); }

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