Html Css Color HEX #0962AC Denim

📋 copy color: '#0962AC'

red 9 ◦ green 98 ◦ blue 172

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

Shades of Denim #0962AC

Tints of Denim #0962AC

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.13%

 BLUE value IS 172 (67.58% from 255) = 61.65%

R = 3.23%
G = 35.13%
B = 61.65%

CMYK

 C value IS 0.95

 M value IS 0.43

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0962AC (or 0x0962AC) is known color: Denim. HEX triplet: 09, 62 and AC. RGB value is (9,98,172). Sum of RGB (Red+Green+Blue) = 9+98+172=279 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.23% from 279); Green value is 98 (38.67% from 255 or 35.13% from 279); Blue value is 172 (67.58% from 255 or 61.65% from 279); Max value from RGB is 172 - color contains mainly: blue. Hex color #0962AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0962AC is #F69D53. Grayscale: #4F4F4F. Windows color (decimal): -16162132 or 11297289. OLE color: 11297289.

HSL color Cylindrical-coordinate representation of color #0962AC: hue angle of 207.24º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0962AC is Cyan = 0.95, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 9 98 172 -
CMYK 0.95 0.43 0 0.33
HSL 207.24º 0.9% 0.35% -
HSV(B) 207.24º 0.95% 0.67% -
XYZ 11.93 11.77 40.67 -
YUV 79.83 180.01 77.48 -
System Red Green Blue C M Y K H S L
Decimal 9 98 172 0.95 0.43 0 0.33 207.24 0.9 0.35
Hex 9 62 AC 5F 2B 0 21 CF 5A 23
Octal 11 142 254 137 53 0 41 317 132 43
Binary 1001 1100010 10101100 1011111 101011 0 100001 11001111 1011010 100011

Color Harmonies of #0962AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0962AC

Black with #0962AC

Text Example


Text Example

White with #0962AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0962AC; }

 p { color: rgb(9,98,172); }

 H1.HeaderClassName
 {
   color: #0962AC;
 }
 .AnyTagClassName
 {
   color: #0962AC;
 }
</style>

background-color css

<style>
 a { background-color: #0962AC; }

 a { background-color: rgb(9,98,172); }

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

border-color css

<style>
 span { border-color: #0962AC; }

 span { border-color: rgb(9,98,172); }

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