Html Css Color HEX #0959B9 Denim

📋 copy color: '#0959B9'

red 9 ◦ green 89 ◦ blue 185

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

Shades of Denim #0959B9

Tints of Denim #0959B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 65.37%

R = 3.18%
G = 31.45%
B = 65.37%

CMYK

 C value IS 0.95

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0959B9 (or 0x0959B9) is known color: Denim. HEX triplet: 09, 59 and B9. RGB value is (9,89,185). Sum of RGB (Red+Green+Blue) = 9+89+185=283 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.18% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 185 (72.66% from 255 or 65.37% from 283); Max value from RGB is 185 - color contains mainly: blue. Hex color #0959B9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0959B9 is #F6A646. Grayscale: #4B4B4B. Windows color (decimal): -16164423 or 12146953. OLE color: 12146953.

HSL color Cylindrical-coordinate representation of color #0959B9: hue angle of 212.73º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0959B9 is Cyan = 0.95, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 9 89 185 -
CMYK 0.95 0.52 0 0.27
HSL 212.73º 0.91% 0.38% -
HSV(B) 212.73º 0.95% 0.73% -
XYZ 12.44 10.71 47.31 -
YUV 76.02 189.5 80.19 -
System Red Green Blue C M Y K H S L
Decimal 9 89 185 0.95 0.52 0 0.27 212.73 0.91 0.38
Hex 9 59 B9 5F 34 0 1B D5 5B 26
Octal 11 131 271 137 64 0 33 325 133 46
Binary 1001 1011001 10111001 1011111 110100 0 11011 11010101 1011011 100110

Color Harmonies of #0959B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0959B9

Black with #0959B9

Text Example


Text Example

White with #0959B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0959B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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