Html Css Color HEX #095FBC Denim

📋 copy color: '#095FBC'

red 9 ◦ green 95 ◦ blue 188

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

Shades of Denim #095FBC

Tints of Denim #095FBC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.53%

 BLUE value IS 188 (73.83% from 255) = 64.38%

R = 3.08%
G = 32.53%
B = 64.38%

CMYK

 C value IS 0.95

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#095FBC (or 0x095FBC) is known color: Denim. HEX triplet: 09, 5F and BC. RGB value is (9,95,188). Sum of RGB (Red+Green+Blue) = 9+95+188=292 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.08% from 292); Green value is 95 (37.5% from 255 or 32.53% from 292); Blue value is 188 (73.83% from 255 or 64.38% from 292); Max value from RGB is 188 - color contains mainly: blue. Hex color #095FBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095FBC is #F6A043. Grayscale: #4F4F4F. Windows color (decimal): -16162884 or 12345097. OLE color: 12345097.

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

Color convert

RGB 9 95 188 -
CMYK 0.95 0.49 0 0.26
HSL 211.17º 0.91% 0.39% -
HSV(B) 211.17º 0.95% 0.74% -
XYZ 13.28 11.87 49.17 -
YUV 79.89 189.01 77.44 -
System Red Green Blue C M Y K H S L
Decimal 9 95 188 0.95 0.49 0 0.26 211.17 0.91 0.39
Hex 9 5F BC 5F 31 0 1A D3 5B 27
Octal 11 137 274 137 61 0 32 323 133 47
Binary 1001 1011111 10111100 1011111 110001 0 11010 11010011 1011011 100111

Color Harmonies of #095FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095FBC

Black with #095FBC

Text Example


Text Example

White with #095FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,95,188); }

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

background-color css

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

 a { background-color: rgb(9,95,188); }

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

border-color css

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

 span { border-color: rgb(9,95,188); }

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