Html Css Color HEX #09599A Cobalt

📋 copy color: '#09599A'

red 9 ◦ green 89 ◦ blue 154

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

Shades of Cobalt #09599A

Tints of Cobalt #09599A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 61.11%

R = 3.57%
G = 35.32%
B = 61.11%

CMYK

 C value IS 0.94

 M value IS 0.42

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#09599A (or 0x09599A) is known color: Cobalt. HEX triplet: 09, 59 and 9A. RGB value is (9,89,154). Sum of RGB (Red+Green+Blue) = 9+89+154=252 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.57% from 252); Green value is 89 (35.16% from 255 or 35.32% from 252); Blue value is 154 (60.55% from 255 or 61.11% from 252); Max value from RGB is 154 - color contains mainly: blue. Hex color #09599A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09599A is #F6A665. Grayscale: #484848. Windows color (decimal): -16164454 or 10115337. OLE color: 10115337.

HSL color Cylindrical-coordinate representation of color #09599A: hue angle of 206.9º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09599A is Cyan = 0.94, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 9 89 154 -
CMYK 0.94 0.42 0 0.40
HSL 206.9º 0.89% 0.32% -
HSV(B) 206.9º 0.94% 0.6% -
XYZ 9.52 9.54 31.91 -
YUV 72.49 174 82.71 -
System Red Green Blue C M Y K H S L
Decimal 9 89 154 0.94 0.42 0 0.40 206.9 0.89 0.32
Hex 9 59 9A 5E 2A 0 28 CF 59 20
Octal 11 131 232 136 52 0 50 317 131 40
Binary 1001 1011001 10011010 1011110 101010 0 101000 11001111 1011001 100000

Color Harmonies of #09599A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09599A

Black with #09599A

Text Example


Text Example

White with #09599A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09599A; }

 p { color: rgb(9,89,154); }

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

background-color css

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

 a { background-color: rgb(9,89,154); }

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

border-color css

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

 span { border-color: rgb(9,89,154); }

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