Html Css Color HEX #095CC6 Denim

📋 copy color: '#095CC6'

red 9 ◦ green 92 ◦ blue 198

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

Shades of Denim #095CC6

Tints of Denim #095CC6

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.77%

 BLUE value IS 198 (77.73% from 255) = 66.22%

R = 3.01%
G = 30.77%
B = 66.22%

CMYK

 C value IS 0.95

 M value IS 0.54

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#095CC6 (or 0x095CC6) is known color: Denim. HEX triplet: 09, 5C and C6. RGB value is (9,92,198). Sum of RGB (Red+Green+Blue) = 9+92+198=299 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.01% from 299); Green value is 92 (36.33% from 255 or 30.77% from 299); Blue value is 198 (77.73% from 255 or 66.22% from 299); Max value from RGB is 198 - color contains mainly: blue. Hex color #095CC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095CC6 is #F6A339. Grayscale: #4E4E4E. Windows color (decimal): -16163642 or 12999689. OLE color: 12999689.

HSL color Cylindrical-coordinate representation of color #095CC6: hue angle of 213.65º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #095CC6 is Cyan = 0.95, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 9 92 198 -
CMYK 0.95 0.54 0 0.22
HSL 213.65º 0.91% 0.41% -
HSV(B) 213.65º 0.95% 0.78% -
XYZ 14.13 11.79 54.96 -
YUV 79.27 195 77.88 -
System Red Green Blue C M Y K H S L
Decimal 9 92 198 0.95 0.54 0 0.22 213.65 0.91 0.41
Hex 9 5C C6 5F 36 0 16 D6 5B 29
Octal 11 134 306 137 66 0 26 326 133 51
Binary 1001 1011100 11000110 1011111 110110 0 10110 11010110 1011011 101001

Color Harmonies of #095CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095CC6

Black with #095CC6

Text Example


Text Example

White with #095CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095CC6; }

 p { color: rgb(9,92,198); }

 H1.HeaderClassName
 {
   color: #095CC6;
 }
 .AnyTagClassName
 {
   color: #095CC6;
 }
</style>

background-color css

<style>
 a { background-color: #095CC6; }

 a { background-color: rgb(9,92,198); }

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

border-color css

<style>
 span { border-color: #095CC6; }

 span { border-color: rgb(9,92,198); }

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