Html Css Color HEX #095FB3 Denim

📋 copy color: '#095FB3'

red 9 ◦ green 95 ◦ blue 179

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

Shades of Denim #095FB3

Tints of Denim #095FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 63.25%

R = 3.18%
G = 33.57%
B = 63.25%

CMYK

 C value IS 0.95

 M value IS 0.47

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#095FB3 (or 0x095FB3) is known color: Denim. HEX triplet: 09, 5F and B3. RGB value is (9,95,179). Sum of RGB (Red+Green+Blue) = 9+95+179=283 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.18% from 283); Green value is 95 (37.5% from 255 or 33.57% from 283); Blue value is 179 (70.31% from 255 or 63.25% from 283); Max value from RGB is 179 - color contains mainly: blue. Hex color #095FB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095FB3 is #F6A04C. Grayscale: #4E4E4E. Windows color (decimal): -16162893 or 11755273. OLE color: 11755273.

HSL color Cylindrical-coordinate representation of color #095FB3: hue angle of 209.65º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #095FB3 is Cyan = 0.95, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 9 95 179 -
CMYK 0.95 0.47 0 0.30
HSL 209.65º 0.9% 0.37% -
HSV(B) 209.65º 0.95% 0.7% -
XYZ 12.34 11.5 44.22 -
YUV 78.86 184.51 78.17 -
System Red Green Blue C M Y K H S L
Decimal 9 95 179 0.95 0.47 0 0.30 209.65 0.9 0.37
Hex 9 5F B3 5F 2F 0 1E D2 5A 25
Octal 11 137 263 137 57 0 36 322 132 45
Binary 1001 1011111 10110011 1011111 101111 0 11110 11010010 1011010 100101

Color Harmonies of #095FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095FB3

Black with #095FB3

Text Example


Text Example

White with #095FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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