Html Css Color HEX #0965BF Denim

📋 copy color: '#0965BF'

red 9 ◦ green 101 ◦ blue 191

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

Shades of Denim #0965BF

Tints of Denim #0965BF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.55%

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

R = 2.99%
G = 33.55%
B = 63.46%

CMYK

 C value IS 0.95

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0965BF (or 0x0965BF) is known color: Denim. HEX triplet: 09, 65 and BF. RGB value is (9,101,191). Sum of RGB (Red+Green+Blue) = 9+101+191=301 (39% of max value = 765). Red value is 9 (3.91% from 255 or 2.99% from 301); Green value is 101 (39.84% from 255 or 33.55% from 301); Blue value is 191 (75% from 255 or 63.46% from 301); Max value from RGB is 191 - color contains mainly: blue. Hex color #0965BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0965BF is #F69A40. Grayscale: #535353. Windows color (decimal): -16161345 or 12543241. OLE color: 12543241.

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

Color convert

RGB 9 101 191 -
CMYK 0.95 0.47 0 0.25
HSL 209.67º 0.91% 0.39% -
HSV(B) 209.67º 0.95% 0.75% -
XYZ 14.17 13.13 51.08 -
YUV 83.75 188.52 74.68 -
System Red Green Blue C M Y K H S L
Decimal 9 101 191 0.95 0.47 0 0.25 209.67 0.91 0.39
Hex 9 65 BF 5F 2F 0 19 D2 5B 27
Octal 11 145 277 137 57 0 31 322 133 47
Binary 1001 1100101 10111111 1011111 101111 0 11001 11010010 1011011 100111

Color Harmonies of #0965BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0965BF

Black with #0965BF

Text Example


Text Example

White with #0965BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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