Html Css Color HEX #0962C0 Denim

📋 copy color: '#0962C0'

red 9 ◦ green 98 ◦ blue 192

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

Shades of Denim #0962C0

Tints of Denim #0962C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 64.21%

R = 3.01%
G = 32.78%
B = 64.21%

CMYK

 C value IS 0.95

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0962C0 (or 0x0962C0) is known color: Denim. HEX triplet: 09, 62 and C0. RGB value is (9,98,192). Sum of RGB (Red+Green+Blue) = 9+98+192=299 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.01% from 299); Green value is 98 (38.67% from 255 or 32.78% from 299); Blue value is 192 (75.39% from 255 or 64.21% from 299); Max value from RGB is 192 - color contains mainly: blue. Hex color #0962C0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0962C0 is #F69D3F. Grayscale: #515151. Windows color (decimal): -16162112 or 12608009. OLE color: 12608009.

HSL color Cylindrical-coordinate representation of color #0962C0: hue angle of 210.82º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0962C0 is Cyan = 0.95, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 9 98 192 -
CMYK 0.95 0.49 0 0.25
HSL 210.82º 0.91% 0.39% -
HSV(B) 210.82º 0.95% 0.75% -
XYZ 13.99 12.6 51.56 -
YUV 82.11 190.01 75.86 -
System Red Green Blue C M Y K H S L
Decimal 9 98 192 0.95 0.49 0 0.25 210.82 0.91 0.39
Hex 9 62 C0 5F 31 0 19 D3 5B 27
Octal 11 142 300 137 61 0 31 323 133 47
Binary 1001 1100010 11000000 1011111 110001 0 11001 11010011 1011011 100111

Color Harmonies of #0962C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0962C0

Black with #0962C0

Text Example


Text Example

White with #0962C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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