Html Css Color HEX #0969BB Denim

📋 copy color: '#0969BB'

red 9 ◦ green 105 ◦ blue 187

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

Shades of Denim #0969BB

Tints of Denim #0969BB

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.88%

 BLUE value IS 187 (73.44% from 255) = 62.13%

R = 2.99%
G = 34.88%
B = 62.13%

CMYK

 C value IS 0.95

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0969BB (or 0x0969BB) is known color: Denim. HEX triplet: 09, 69 and BB. RGB value is (9,105,187). Sum of RGB (Red+Green+Blue) = 9+105+187=301 (39% of max value = 765). Red value is 9 (3.91% from 255 or 2.99% from 301); Green value is 105 (41.41% from 255 or 34.88% from 301); Blue value is 187 (73.44% from 255 or 62.13% from 301); Max value from RGB is 187 - color contains mainly: blue. Hex color #0969BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0969BB is #F69644. Grayscale: #555555. Windows color (decimal): -16160325 or 12282121. OLE color: 12282121.

HSL color Cylindrical-coordinate representation of color #0969BB: hue angle of 207.64º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0969BB is Cyan = 0.95, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 9 105 187 -
CMYK 0.95 0.44 0 0.27
HSL 207.64º 0.91% 0.38% -
HSV(B) 207.64º 0.95% 0.73% -
XYZ 14.13 13.75 48.92 -
YUV 85.64 185.2 73.33 -
System Red Green Blue C M Y K H S L
Decimal 9 105 187 0.95 0.44 0 0.27 207.64 0.91 0.38
Hex 9 69 BB 5F 2C 0 1B D0 5B 26
Octal 11 151 273 137 54 0 33 320 133 46
Binary 1001 1101001 10111011 1011111 101100 0 11011 11010000 1011011 100110

Color Harmonies of #0969BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0969BB

Black with #0969BB

Text Example


Text Example

White with #0969BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0969BB; }

 p { color: rgb(9,105,187); }

 H1.HeaderClassName
 {
   color: #0969BB;
 }
 .AnyTagClassName
 {
   color: #0969BB;
 }
</style>

background-color css

<style>
 a { background-color: #0969BB; }

 a { background-color: rgb(9,105,187); }

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

border-color css

<style>
 span { border-color: #0969BB; }

 span { border-color: rgb(9,105,187); }

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