Html Css Color HEX #0968BE Denim

📋 copy color: '#0968BE'

red 9 ◦ green 104 ◦ blue 190

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

Shades of Denim #0968BE

Tints of Denim #0968BE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.32%

 BLUE value IS 190 (74.61% from 255) = 62.71%

R = 2.97%
G = 34.32%
B = 62.71%

CMYK

 C value IS 0.95

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0968BE (or 0x0968BE) is known color: Denim. HEX triplet: 09, 68 and BE. RGB value is (9,104,190). Sum of RGB (Red+Green+Blue) = 9+104+190=303 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.97% from 303); Green value is 104 (41.02% from 255 or 34.32% from 303); Blue value is 190 (74.61% from 255 or 62.71% from 303); Max value from RGB is 190 - color contains mainly: blue. Hex color #0968BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0968BE is #F69741. Grayscale: #545454. Windows color (decimal): -16160578 or 12478473. OLE color: 12478473.

HSL color Cylindrical-coordinate representation of color #0968BE: hue angle of 208.51º 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 #0968BE is Cyan = 0.95, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 9 104 190 -
CMYK 0.95 0.45 0 0.25
HSL 208.51º 0.91% 0.39% -
HSV(B) 208.51º 0.95% 0.75% -
XYZ 14.36 13.68 50.6 -
YUV 85.4 187.03 73.51 -
System Red Green Blue C M Y K H S L
Decimal 9 104 190 0.95 0.45 0 0.25 208.51 0.91 0.39
Hex 9 68 BE 5F 2D 0 19 D1 5B 27
Octal 11 150 276 137 55 0 31 321 133 47
Binary 1001 1101000 10111110 1011111 101101 0 11001 11010001 1011011 100111

Color Harmonies of #0968BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0968BE

Black with #0968BE

Text Example


Text Example

White with #0968BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0968BE; }

 p { color: rgb(9,104,190); }

 H1.HeaderClassName
 {
   color: #0968BE;
 }
 .AnyTagClassName
 {
   color: #0968BE;
 }
</style>

background-color css

<style>
 a { background-color: #0968BE; }

 a { background-color: rgb(9,104,190); }

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

border-color css

<style>
 span { border-color: #0968BE; }

 span { border-color: rgb(9,104,190); }

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