Html Css Color HEX #095FB1 Denim

📋 copy color: '#095FB1'

red 9 ◦ green 95 ◦ blue 177

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

Shades of Denim #095FB1

Tints of Denim #095FB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 62.99%

R = 3.2%
G = 33.81%
B = 62.99%

CMYK

 C value IS 0.95

 M value IS 0.46

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#095FB1 (or 0x095FB1) is known color: Denim. HEX triplet: 09, 5F and B1. RGB value is (9,95,177). Sum of RGB (Red+Green+Blue) = 9+95+177=281 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.20% from 281); Green value is 95 (37.5% from 255 or 33.81% from 281); Blue value is 177 (69.53% from 255 or 62.99% from 281); Max value from RGB is 177 - color contains mainly: blue. Hex color #095FB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095FB1 is #F6A04E. Grayscale: #4E4E4E. Windows color (decimal): -16162895 or 11624201. OLE color: 11624201.

HSL color Cylindrical-coordinate representation of color #095FB1: hue angle of 209.29º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #095FB1 is Cyan = 0.95, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 9 95 177 -
CMYK 0.95 0.46 0 0.31
HSL 209.29º 0.9% 0.36% -
HSV(B) 209.29º 0.95% 0.69% -
XYZ 12.14 11.42 43.16 -
YUV 78.63 183.51 78.33 -
System Red Green Blue C M Y K H S L
Decimal 9 95 177 0.95 0.46 0 0.31 209.29 0.9 0.36
Hex 9 5F B1 5F 2E 0 1F D1 5A 24
Octal 11 137 261 137 56 0 37 321 132 44
Binary 1001 1011111 10110001 1011111 101110 0 11111 11010001 1011010 100100

Color Harmonies of #095FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095FB1

Black with #095FB1

Text Example


Text Example

White with #095FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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