Html Css Color HEX #0968BF Denim

📋 copy color: '#0968BF'

red 9 ◦ green 104 ◦ blue 191

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

Shades of Denim #0968BF

Tints of Denim #0968BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 62.83%

R = 2.96%
G = 34.21%
B = 62.83%

CMYK

 C value IS 0.95

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0968BF (or 0x0968BF) is known color: Denim. HEX triplet: 09, 68 and BF. RGB value is (9,104,191). Sum of RGB (Red+Green+Blue) = 9+104+191=304 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.96% from 304); Green value is 104 (41.02% from 255 or 34.21% from 304); Blue value is 191 (75% from 255 or 62.83% from 304); Max value from RGB is 191 - color contains mainly: blue. Hex color #0968BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0968BF is #F69740. Grayscale: #555555. Windows color (decimal): -16160577 or 12544009. OLE color: 12544009.

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

Color convert

RGB 9 104 191 -
CMYK 0.95 0.46 0 0.25
HSL 208.68º 0.91% 0.39% -
HSV(B) 208.68º 0.95% 0.75% -
XYZ 14.47 13.72 51.18 -
YUV 85.51 187.53 73.43 -
System Red Green Blue C M Y K H S L
Decimal 9 104 191 0.95 0.46 0 0.25 208.68 0.91 0.39
Hex 9 68 BF 5F 2E 0 19 D1 5B 27
Octal 11 150 277 137 56 0 31 321 133 47
Binary 1001 1101000 10111111 1011111 101110 0 11001 11010001 1011011 100111

Color Harmonies of #0968BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0968BF

Black with #0968BF

Text Example


Text Example

White with #0968BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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