Html Css Color HEX #095BAD Denim

📋 copy color: '#095BAD'

red 9 ◦ green 91 ◦ blue 173

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

Shades of Denim #095BAD

Tints of Denim #095BAD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 33.33%

 BLUE value IS 173 (67.97% from 255) = 63.37%

R = 3.3%
G = 33.33%
B = 63.37%

CMYK

 C value IS 0.95

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#095BAD (or 0x095BAD) is known color: Denim. HEX triplet: 09, 5B and AD. RGB value is (9,91,173). Sum of RGB (Red+Green+Blue) = 9+91+173=273 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.30% from 273); Green value is 91 (35.94% from 255 or 33.33% from 273); Blue value is 173 (67.97% from 255 or 63.37% from 273); Max value from RGB is 173 - color contains mainly: blue. Hex color #095BAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095BAD is #F6A452. Grayscale: #4B4B4B. Windows color (decimal): -16163923 or 11361033. OLE color: 11361033.

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

Color convert

RGB 9 91 173 -
CMYK 0.95 0.47 0 0.32
HSL 210º 0.9% 0.36% -
HSV(B) 210º 0.95% 0.68% -
XYZ 11.4 10.56 40.97 -
YUV 75.83 182.83 80.33 -
System Red Green Blue C M Y K H S L
Decimal 9 91 173 0.95 0.47 0 0.32 210 0.9 0.36
Hex 9 5B AD 5F 2F 0 20 D2 5A 24
Octal 11 133 255 137 57 0 40 322 132 44
Binary 1001 1011011 10101101 1011111 101111 0 100000 11010010 1011010 100100

Color Harmonies of #095BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095BAD

Black with #095BAD

Text Example


Text Example

White with #095BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,91,173); }

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

background-color css

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

 a { background-color: rgb(9,91,173); }

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

border-color css

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

 span { border-color: rgb(9,91,173); }

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