Html Css Color HEX #095EC3 Denim

📋 copy color: '#095EC3'

red 9 ◦ green 94 ◦ blue 195

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

Shades of Denim #095EC3

Tints of Denim #095EC3

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.54%

 BLUE value IS 195 (76.56% from 255) = 65.44%

R = 3.02%
G = 31.54%
B = 65.44%

CMYK

 C value IS 0.95

 M value IS 0.52

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#095EC3 (or 0x095EC3) is known color: Denim. HEX triplet: 09, 5E and C3. RGB value is (9,94,195). Sum of RGB (Red+Green+Blue) = 9+94+195=298 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.02% from 298); Green value is 94 (37.11% from 255 or 31.54% from 298); Blue value is 195 (76.56% from 255 or 65.44% from 298); Max value from RGB is 195 - color contains mainly: blue. Hex color #095EC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095EC3 is #F6A13C. Grayscale: #4F4F4F. Windows color (decimal): -16163133 or 12803593. OLE color: 12803593.

HSL color Cylindrical-coordinate representation of color #095EC3: hue angle of 212.58º 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 #095EC3 is Cyan = 0.95, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 9 94 195 -
CMYK 0.95 0.52 0 0.24
HSL 212.58º 0.91% 0.4% -
HSV(B) 212.58º 0.95% 0.76% -
XYZ 13.97 12 53.21 -
YUV 80.1 192.84 77.29 -
System Red Green Blue C M Y K H S L
Decimal 9 94 195 0.95 0.52 0 0.24 212.58 0.91 0.4
Hex 9 5E C3 5F 34 0 18 D5 5B 28
Octal 11 136 303 137 64 0 30 325 133 50
Binary 1001 1011110 11000011 1011111 110100 0 11000 11010101 1011011 101000

Color Harmonies of #095EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095EC3

Black with #095EC3

Text Example


Text Example

White with #095EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,94,195); }

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

background-color css

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

 a { background-color: rgb(9,94,195); }

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

border-color css

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

 span { border-color: rgb(9,94,195); }

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