Html Css Color HEX #0959B2 Denim

📋 copy color: '#0959B2'

red 9 ◦ green 89 ◦ blue 178

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

Shades of Denim #0959B2

Tints of Denim #0959B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 64.49%

R = 3.26%
G = 32.25%
B = 64.49%

CMYK

 C value IS 0.95

 M value IS 0.5

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#0959B2 (or 0x0959B2) is known color: Denim. HEX triplet: 09, 59 and B2. RGB value is (9,89,178). Sum of RGB (Red+Green+Blue) = 9+89+178=276 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.26% from 276); Green value is 89 (35.16% from 255 or 32.25% from 276); Blue value is 178 (69.92% from 255 or 64.49% from 276); Max value from RGB is 178 - color contains mainly: blue. Hex color #0959B2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0959B2 is #F6A64D. Grayscale: #4A4A4A. Windows color (decimal): -16164430 or 11688201. OLE color: 11688201.

HSL color Cylindrical-coordinate representation of color #0959B2: hue angle of 211.6º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0959B2 is Cyan = 0.95, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 9 89 178 -
CMYK 0.95 0.5 0 0.30
HSL 211.6º 0.9% 0.37% -
HSV(B) 211.6º 0.95% 0.7% -
XYZ 11.72 10.42 43.51 -
YUV 75.23 186 80.76 -
System Red Green Blue C M Y K H S L
Decimal 9 89 178 0.95 0.5 0 0.30 211.6 0.9 0.37
Hex 9 59 B2 5F 32 0 1E D4 5A 25
Octal 11 131 262 137 62 0 36 324 132 45
Binary 1001 1011001 10110010 1011111 110010 0 11110 11010100 1011010 100101

Color Harmonies of #0959B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0959B2

Black with #0959B2

Text Example


Text Example

White with #0959B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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