Html Css Color HEX #095BC2 Denim

📋 copy color: '#095BC2'

red 9 ◦ green 91 ◦ blue 194

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

Shades of Denim #095BC2

Tints of Denim #095BC2

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.95%

 BLUE value IS 194 (76.17% from 255) = 65.99%

R = 3.06%
G = 30.95%
B = 65.99%

CMYK

 C value IS 0.95

 M value IS 0.53

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#095BC2 (or 0x095BC2) is known color: Denim. HEX triplet: 09, 5B and C2. RGB value is (9,91,194). Sum of RGB (Red+Green+Blue) = 9+91+194=294 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.06% from 294); Green value is 91 (35.94% from 255 or 30.95% from 294); Blue value is 194 (76.17% from 255 or 65.99% from 294); Max value from RGB is 194 - color contains mainly: blue. Hex color #095BC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095BC2 is #F6A43D. Grayscale: #4D4D4D. Windows color (decimal): -16163902 or 12737289. OLE color: 12737289.

HSL color Cylindrical-coordinate representation of color #095BC2: hue angle of 213.41º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #095BC2 is Cyan = 0.95, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 9 91 194 -
CMYK 0.95 0.53 0 0.24
HSL 213.41º 0.91% 0.4% -
HSV(B) 213.41º 0.95% 0.76% -
XYZ 13.59 11.44 52.53 -
YUV 78.22 193.33 78.62 -
System Red Green Blue C M Y K H S L
Decimal 9 91 194 0.95 0.53 0 0.24 213.41 0.91 0.4
Hex 9 5B C2 5F 35 0 18 D5 5B 28
Octal 11 133 302 137 65 0 30 325 133 50
Binary 1001 1011011 11000010 1011111 110101 0 11000 11010101 1011011 101000

Color Harmonies of #095BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095BC2

Black with #095BC2

Text Example


Text Example

White with #095BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,91,194); }

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

background-color css

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

 a { background-color: rgb(9,91,194); }

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

border-color css

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

 span { border-color: rgb(9,91,194); }

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