Html Css Color HEX #095FBA Denim

📋 copy color: '#095FBA'

red 9 ◦ green 95 ◦ blue 186

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

Shades of Denim #095FBA

Tints of Denim #095FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 64.14%

R = 3.1%
G = 32.76%
B = 64.14%

CMYK

 C value IS 0.95

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#095FBA (or 0x095FBA) is known color: Denim. HEX triplet: 09, 5F and BA. RGB value is (9,95,186). Sum of RGB (Red+Green+Blue) = 9+95+186=290 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.10% from 290); Green value is 95 (37.5% from 255 or 32.76% from 290); Blue value is 186 (73.05% from 255 or 64.14% from 290); Max value from RGB is 186 - color contains mainly: blue. Hex color #095FBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095FBA is #F6A045. Grayscale: #4F4F4F. Windows color (decimal): -16162886 or 12214025. OLE color: 12214025.

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

Color convert

RGB 9 95 186 -
CMYK 0.95 0.49 0 0.27
HSL 210.85º 0.91% 0.38% -
HSV(B) 210.85º 0.95% 0.73% -
XYZ 13.07 11.79 48.04 -
YUV 79.66 188.01 77.6 -
System Red Green Blue C M Y K H S L
Decimal 9 95 186 0.95 0.49 0 0.27 210.85 0.91 0.38
Hex 9 5F BA 5F 31 0 1B D3 5B 26
Octal 11 137 272 137 61 0 33 323 133 46
Binary 1001 1011111 10111010 1011111 110001 0 11011 11010011 1011011 100110

Color Harmonies of #095FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095FBA

Black with #095FBA

Text Example


Text Example

White with #095FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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