Html Css Color HEX #0968B4 Denim

📋 copy color: '#0968B4'

red 9 ◦ green 104 ◦ blue 180

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

Shades of Denim #0968B4

Tints of Denim #0968B4

RGB

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

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

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

R = 3.07%
G = 35.49%
B = 61.43%

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

#0968B4 (or 0x0968B4) is known color: Denim. HEX triplet: 09, 68 and B4. RGB value is (9,104,180). Sum of RGB (Red+Green+Blue) = 9+104+180=293 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.07% from 293); Green value is 104 (41.02% from 255 or 35.49% from 293); Blue value is 180 (70.70% from 255 or 61.43% from 293); Max value from RGB is 180 - color contains mainly: blue. Hex color #0968B4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0968B4 is #F6974B. Grayscale: #535353. Windows color (decimal): -16160588 or 11823113. OLE color: 11823113.

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

Color convert

RGB 9 104 180 -
CMYK 0.95 0.42 0 0.29
HSL 206.67º 0.9% 0.37% -
HSV(B) 206.67º 0.95% 0.71% -
XYZ 13.3 13.25 45.04 -
YUV 84.26 182.03 74.32 -
System Red Green Blue C M Y K H S L
Decimal 9 104 180 0.95 0.42 0 0.29 206.67 0.9 0.37
Hex 9 68 B4 5F 2A 0 1D CF 5A 25
Octal 11 150 264 137 52 0 35 317 132 45
Binary 1001 1101000 10110100 1011111 101010 0 11101 11001111 1011010 100101

Color Harmonies of #0968B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0968B4

Black with #0968B4

Text Example


Text Example

White with #0968B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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