Html Css Color HEX #095EBE Denim

📋 copy color: '#095EBE'

red 9 ◦ green 94 ◦ blue 190

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

Shades of Denim #095EBE

Tints of Denim #095EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 64.85%

R = 3.07%
G = 32.08%
B = 64.85%

CMYK

 C value IS 0.95

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#095EBE (or 0x095EBE) is known color: Denim. HEX triplet: 09, 5E and BE. RGB value is (9,94,190). Sum of RGB (Red+Green+Blue) = 9+94+190=293 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.07% from 293); Green value is 94 (37.11% from 255 or 32.08% from 293); Blue value is 190 (74.61% from 255 or 64.85% from 293); Max value from RGB is 190 - color contains mainly: blue. Hex color #095EBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095EBE is #F6A141. Grayscale: #4F4F4F. Windows color (decimal): -16163138 or 12475913. OLE color: 12475913.

HSL color Cylindrical-coordinate representation of color #095EBE: hue angle of 211.82º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #095EBE is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 9 94 190 -
CMYK 0.95 0.51 0 0.25
HSL 211.82º 0.91% 0.39% -
HSV(B) 211.82º 0.95% 0.75% -
XYZ 13.41 11.78 50.28 -
YUV 79.53 190.34 77.69 -
System Red Green Blue C M Y K H S L
Decimal 9 94 190 0.95 0.51 0 0.25 211.82 0.91 0.39
Hex 9 5E BE 5F 33 0 19 D4 5B 27
Octal 11 136 276 137 63 0 31 324 133 47
Binary 1001 1011110 10111110 1011111 110011 0 11001 11010100 1011011 100111

Color Harmonies of #095EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095EBE

Black with #095EBE

Text Example


Text Example

White with #095EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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