Html Css Color HEX #0964A7 Denim

📋 copy color: '#0964A7'

red 9 ◦ green 100 ◦ blue 167

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

Shades of Denim #0964A7

Tints of Denim #0964A7

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.23%

 BLUE value IS 167 (65.63% from 255) = 60.51%

R = 3.26%
G = 36.23%
B = 60.51%

CMYK

 C value IS 0.95

 M value IS 0.40

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#0964A7 (or 0x0964A7) is known color: Denim. HEX triplet: 09, 64 and A7. RGB value is (9,100,167). Sum of RGB (Red+Green+Blue) = 9+100+167=276 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.26% from 276); Green value is 100 (39.45% from 255 or 36.23% from 276); Blue value is 167 (65.62% from 255 or 60.51% from 276); Max value from RGB is 167 - color contains mainly: blue. Hex color #0964A7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0964A7 is #F69B58. Grayscale: #505050. Windows color (decimal): -16161625 or 10970121. OLE color: 10970121.

HSL color Cylindrical-coordinate representation of color #0964A7: hue angle of 205.44º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0964A7 is Cyan = 0.95, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 9 100 167 -
CMYK 0.95 0.40 0 0.35
HSL 205.44º 0.9% 0.35% -
HSV(B) 205.44º 0.95% 0.65% -
XYZ 11.64 11.96 38.25 -
YUV 80.43 176.85 77.05 -
System Red Green Blue C M Y K H S L
Decimal 9 100 167 0.95 0.40 0 0.35 205.44 0.9 0.35
Hex 9 64 A7 5F 28 0 23 CD 5A 23
Octal 11 144 247 137 50 0 43 315 132 43
Binary 1001 1100100 10100111 1011111 101000 0 100011 11001101 1011010 100011

Color Harmonies of #0964A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0964A7

Black with #0964A7

Text Example


Text Example

White with #0964A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0964A7; }

 p { color: rgb(9,100,167); }

 H1.HeaderClassName
 {
   color: #0964A7;
 }
 .AnyTagClassName
 {
   color: #0964A7;
 }
</style>

background-color css

<style>
 a { background-color: #0964A7; }

 a { background-color: rgb(9,100,167); }

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

border-color css

<style>
 span { border-color: #0964A7; }

 span { border-color: rgb(9,100,167); }

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