Html Css Color HEX #0968BC Denim

📋 copy color: '#0968BC'

red 9 ◦ green 104 ◦ blue 188

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

Shades of Denim #0968BC

Tints of Denim #0968BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 62.46%

R = 2.99%
G = 34.55%
B = 62.46%

CMYK

 C value IS 0.95

 M value IS 0.45

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0968BC (or 0x0968BC) is known color: Denim. HEX triplet: 09, 68 and BC. RGB value is (9,104,188). Sum of RGB (Red+Green+Blue) = 9+104+188=301 (39% of max value = 765). Red value is 9 (3.91% from 255 or 2.99% from 301); Green value is 104 (41.02% from 255 or 34.55% from 301); Blue value is 188 (73.83% from 255 or 62.46% from 301); Max value from RGB is 188 - color contains mainly: blue. Hex color #0968BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0968BC is #F69743. Grayscale: #545454. Windows color (decimal): -16160580 or 12347401. OLE color: 12347401.

HSL color Cylindrical-coordinate representation of color #0968BC: hue angle of 208.16º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0968BC is Cyan = 0.95, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 9 104 188 -
CMYK 0.95 0.45 0 0.26
HSL 208.16º 0.91% 0.39% -
HSV(B) 208.16º 0.95% 0.74% -
XYZ 14.14 13.59 49.45 -
YUV 85.17 186.03 73.67 -
System Red Green Blue C M Y K H S L
Decimal 9 104 188 0.95 0.45 0 0.26 208.16 0.91 0.39
Hex 9 68 BC 5F 2D 0 1A D0 5B 27
Octal 11 150 274 137 55 0 32 320 133 47
Binary 1001 1101000 10111100 1011111 101101 0 11010 11010000 1011011 100111

Color Harmonies of #0968BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0968BC

Black with #0968BC

Text Example


Text Example

White with #0968BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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