Html Css Color HEX #095FB0 Denim

📋 copy color: '#095FB0'

red 9 ◦ green 95 ◦ blue 176

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

Shades of Denim #095FB0

Tints of Denim #095FB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 62.86%

R = 3.21%
G = 33.93%
B = 62.86%

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

#095FB0 (or 0x095FB0) is known color: Denim. HEX triplet: 09, 5F and B0. RGB value is (9,95,176). Sum of RGB (Red+Green+Blue) = 9+95+176=280 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.21% from 280); Green value is 95 (37.5% from 255 or 33.93% from 280); Blue value is 176 (69.14% from 255 or 62.86% from 280); Max value from RGB is 176 - color contains mainly: blue. Hex color #095FB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095FB0 is #F6A04F. Grayscale: #4E4E4E. Windows color (decimal): -16162896 or 11558665. OLE color: 11558665.

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

Color convert

RGB 9 95 176 -
CMYK 0.95 0.46 0 0.31
HSL 209.1º 0.9% 0.36% -
HSV(B) 209.1º 0.95% 0.69% -
XYZ 12.04 11.38 42.64 -
YUV 78.52 183.01 78.41 -
System Red Green Blue C M Y K H S L
Decimal 9 95 176 0.95 0.46 0 0.31 209.1 0.9 0.36
Hex 9 5F B0 5F 2E 0 1F D1 5A 24
Octal 11 137 260 137 56 0 37 321 132 44
Binary 1001 1011111 10110000 1011111 101110 0 11111 11010001 1011010 100100

Color Harmonies of #095FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095FB0

Black with #095FB0

Text Example


Text Example

White with #095FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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