Html Css Color HEX #0961A4 Denim

📋 copy color: '#0961A4'

red 9 ◦ green 97 ◦ blue 164

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

Shades of Denim #0961A4

Tints of Denim #0961A4

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.93%

 BLUE value IS 164 (64.45% from 255) = 60.74%

R = 3.33%
G = 35.93%
B = 60.74%

CMYK

 C value IS 0.95

 M value IS 0.41

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#0961A4 (or 0x0961A4) is known color: Denim. HEX triplet: 09, 61 and A4. RGB value is (9,97,164). Sum of RGB (Red+Green+Blue) = 9+97+164=270 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.33% from 270); Green value is 97 (38.28% from 255 or 35.93% from 270); Blue value is 164 (64.45% from 255 or 60.74% from 270); Max value from RGB is 164 - color contains mainly: blue. Hex color #0961A4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0961A4 is #F69E5B. Grayscale: #4D4D4D. Windows color (decimal): -16162396 or 10772745. OLE color: 10772745.

HSL color Cylindrical-coordinate representation of color #0961A4: hue angle of 205.94º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0961A4 is Cyan = 0.95, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 9 97 164 -
CMYK 0.95 0.41 0 0.36
HSL 205.94º 0.9% 0.34% -
HSV(B) 205.94º 0.95% 0.64% -
XYZ 11.09 11.29 36.72 -
YUV 78.33 176.35 78.55 -
System Red Green Blue C M Y K H S L
Decimal 9 97 164 0.95 0.41 0 0.36 205.94 0.9 0.34
Hex 9 61 A4 5F 29 0 24 CE 5A 22
Octal 11 141 244 137 51 0 44 316 132 42
Binary 1001 1100001 10100100 1011111 101001 0 100100 11001110 1011010 100010

Color Harmonies of #0961A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0961A4

Black with #0961A4

Text Example


Text Example

White with #0961A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0961A4; }

 p { color: rgb(9,97,164); }

 H1.HeaderClassName
 {
   color: #0961A4;
 }
 .AnyTagClassName
 {
   color: #0961A4;
 }
</style>

background-color css

<style>
 a { background-color: #0961A4; }

 a { background-color: rgb(9,97,164); }

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

border-color css

<style>
 span { border-color: #0961A4; }

 span { border-color: rgb(9,97,164); }

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