Html Css Color HEX #07589B Cobalt

📋 copy color: '#07589B'

red 7 ◦ green 88 ◦ blue 155

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

Shades of Cobalt #07589B

Tints of Cobalt #07589B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.2%

 BLUE value IS 155 (60.94% from 255) = 62%

R = 2.8%
G = 35.2%
B = 62%

CMYK

 C value IS 0.95

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#07589B (or 0x07589B) is known color: Cobalt. HEX triplet: 07, 58 and 9B. RGB value is (7,88,155). Sum of RGB (Red+Green+Blue) = 7+88+155=250 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.8% from 250); Green value is 88 (34.77% from 255 or 35.2% from 250); Blue value is 155 (60.94% from 255 or 62% from 250); Max value from RGB is 155 - color contains mainly: blue. Hex color #07589B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07589B is #F8A764. Grayscale: #474747. Windows color (decimal): -16295781 or 10180615. OLE color: 10180615.

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

Color convert

RGB 7 88 155 -
CMYK 0.95 0.43 0 0.39
HSL 207.16º 0.91% 0.32% -
HSV(B) 207.16º 0.95% 0.61% -
XYZ 9.49 9.39 32.32 -
YUV 71.42 175.16 82.05 -
System Red Green Blue C M Y K H S L
Decimal 7 88 155 0.95 0.43 0 0.39 207.16 0.91 0.32
Hex 7 58 9B 5F 2B 0 27 CF 5B 20
Octal 7 130 233 137 53 0 47 317 133 40
Binary 111 1011000 10011011 1011111 101011 0 100111 11001111 1011011 100000

Color Harmonies of #07589B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07589B

Black with #07589B

Text Example


Text Example

White with #07589B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07589B; }

 p { color: rgb(7,88,155); }

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

background-color css

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

 a { background-color: rgb(7,88,155); }

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

border-color css

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

 span { border-color: rgb(7,88,155); }

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