Html Css Color HEX #0969B4 Denim

📋 copy color: '#0969B4'

red 9 ◦ green 105 ◦ blue 180

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

Shades of Denim #0969B4

Tints of Denim #0969B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 61.22%

R = 3.06%
G = 35.71%
B = 61.22%

CMYK

 C value IS 0.95

 M value IS 0.42

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0969B4 (or 0x0969B4) is known color: Denim. HEX triplet: 09, 69 and B4. RGB value is (9,105,180). Sum of RGB (Red+Green+Blue) = 9+105+180=294 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.06% from 294); Green value is 105 (41.41% from 255 or 35.71% from 294); Blue value is 180 (70.70% from 255 or 61.22% from 294); Max value from RGB is 180 - color contains mainly: blue. Hex color #0969B4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0969B4 is #F6964B. Grayscale: #545454. Windows color (decimal): -16160332 or 11823369. OLE color: 11823369.

HSL color Cylindrical-coordinate representation of color #0969B4: hue angle of 206.32º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0969B4 is Cyan = 0.95, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 9 105 180 -
CMYK 0.95 0.42 0 0.29
HSL 206.32º 0.9% 0.37% -
HSV(B) 206.32º 0.95% 0.71% -
XYZ 13.4 13.46 45.07 -
YUV 84.85 181.7 73.9 -
System Red Green Blue C M Y K H S L
Decimal 9 105 180 0.95 0.42 0 0.29 206.32 0.9 0.37
Hex 9 69 B4 5F 2A 0 1D CE 5A 25
Octal 11 151 264 137 52 0 35 316 132 45
Binary 1001 1101001 10110100 1011111 101010 0 11101 11001110 1011010 100101

Color Harmonies of #0969B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0969B4

Black with #0969B4

Text Example


Text Example

White with #0969B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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