Html Css Color HEX #09589B Cobalt

📋 copy color: '#09589B'

red 9 ◦ green 88 ◦ blue 155

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

Shades of Cobalt #09589B

Tints of Cobalt #09589B

RGB

 RED value IS 9 (3.91% from 255) = 3.57%

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

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

R = 3.57%
G = 34.92%
B = 61.51%

CMYK

 C value IS 0.94

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#09589B (or 0x09589B) is known color: Cobalt. HEX triplet: 09, 58 and 9B. RGB value is (9,88,155). Sum of RGB (Red+Green+Blue) = 9+88+155=252 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.57% from 252); Green value is 88 (34.77% from 255 or 34.92% from 252); Blue value is 155 (60.94% from 255 or 61.51% from 252); Max value from RGB is 155 - color contains mainly: blue. Hex color #09589B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09589B is #F6A764. Grayscale: #474747. Windows color (decimal): -16164709 or 10180617. OLE color: 10180617.

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

Color convert

RGB 9 88 155 -
CMYK 0.94 0.43 0 0.39
HSL 207.53º 0.89% 0.32% -
HSV(B) 207.53º 0.94% 0.61% -
XYZ 9.52 9.4 32.32 -
YUV 72.02 174.83 83.05 -
System Red Green Blue C M Y K H S L
Decimal 9 88 155 0.94 0.43 0 0.39 207.53 0.89 0.32
Hex 9 58 9B 5E 2B 0 27 D0 59 20
Octal 11 130 233 136 53 0 47 320 131 40
Binary 1001 1011000 10011011 1011110 101011 0 100111 11010000 1011001 100000

Color Harmonies of #09589B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09589B

Black with #09589B

Text Example


Text Example

White with #09589B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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