Html Css Color HEX #096BB4 Denim

📋 copy color: '#096BB4'

red 9 ◦ green 107 ◦ blue 180

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

Shades of Denim #096BB4

Tints of Denim #096BB4

RGB

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

 GREEN value IS 107 (42.19% from 255) = 36.15%

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

R = 3.04%
G = 36.15%
B = 60.81%

CMYK

 C value IS 0.95

 M value IS 0.41

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#096BB4 (or 0x096BB4) is known color: Denim. HEX triplet: 09, 6B and B4. RGB value is (9,107,180). Sum of RGB (Red+Green+Blue) = 9+107+180=296 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.04% from 296); Green value is 107 (42.19% from 255 or 36.15% from 296); Blue value is 180 (70.70% from 255 or 60.81% from 296); Max value from RGB is 180 - color contains mainly: blue. Hex color #096BB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096BB4 is #F6944B. Grayscale: #555555. Windows color (decimal): -16159820 or 11823881. OLE color: 11823881.

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

Color convert

RGB 9 107 180 -
CMYK 0.95 0.41 0 0.29
HSL 205.61º 0.9% 0.37% -
HSV(B) 205.61º 0.95% 0.71% -
XYZ 13.61 13.87 45.14 -
YUV 86.02 181.03 73.06 -
System Red Green Blue C M Y K H S L
Decimal 9 107 180 0.95 0.41 0 0.29 205.61 0.9 0.37
Hex 9 6B B4 5F 29 0 1D CE 5A 25
Octal 11 153 264 137 51 0 35 316 132 45
Binary 1001 1101011 10110100 1011111 101001 0 11101 11001110 1011010 100101

Color Harmonies of #096BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096BB4

Black with #096BB4

Text Example


Text Example

White with #096BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096BB4; }

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

 H1.HeaderClassName
 {
   color: #096BB4;
 }
 .AnyTagClassName
 {
   color: #096BB4;
 }
</style>

background-color css

<style>
 a { background-color: #096BB4; }

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

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

border-color css

<style>
 span { border-color: #096BB4; }

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

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