Html Css Color HEX #095EBA Denim

📋 copy color: '#095EBA'

red 9 ◦ green 94 ◦ blue 186

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

Shades of Denim #095EBA

Tints of Denim #095EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 64.36%

R = 3.11%
G = 32.53%
B = 64.36%

CMYK

 C value IS 0.95

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#095EBA (or 0x095EBA) is known color: Denim. HEX triplet: 09, 5E and BA. RGB value is (9,94,186). Sum of RGB (Red+Green+Blue) = 9+94+186=289 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.11% from 289); Green value is 94 (37.11% from 255 or 32.53% from 289); Blue value is 186 (73.05% from 255 or 64.36% from 289); Max value from RGB is 186 - color contains mainly: blue. Hex color #095EBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095EBA is #F6A145. Grayscale: #4E4E4E. Windows color (decimal): -16163142 or 12213769. OLE color: 12213769.

HSL color Cylindrical-coordinate representation of color #095EBA: hue angle of 211.19º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #095EBA is Cyan = 0.95, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 9 94 186 -
CMYK 0.95 0.49 0 0.27
HSL 211.19º 0.91% 0.38% -
HSV(B) 211.19º 0.95% 0.73% -
XYZ 12.98 11.61 48.01 -
YUV 79.07 188.34 78.02 -
System Red Green Blue C M Y K H S L
Decimal 9 94 186 0.95 0.49 0 0.27 211.19 0.91 0.38
Hex 9 5E BA 5F 31 0 1B D3 5B 26
Octal 11 136 272 137 61 0 33 323 133 46
Binary 1001 1011110 10111010 1011111 110001 0 11011 11010011 1011011 100110

Color Harmonies of #095EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095EBA

Black with #095EBA

Text Example


Text Example

White with #095EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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