Html Css Color HEX #095BB5 Denim

📋 copy color: '#095BB5'

red 9 ◦ green 91 ◦ blue 181

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

Shades of Denim #095BB5

Tints of Denim #095BB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 64.41%

R = 3.2%
G = 32.38%
B = 64.41%

CMYK

 C value IS 0.95

 M value IS 0.50

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#095BB5 (or 0x095BB5) is known color: Denim. HEX triplet: 09, 5B and B5. RGB value is (9,91,181). Sum of RGB (Red+Green+Blue) = 9+91+181=281 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.20% from 281); Green value is 91 (35.94% from 255 or 32.38% from 281); Blue value is 181 (71.09% from 255 or 64.41% from 281); Max value from RGB is 181 - color contains mainly: blue. Hex color #095BB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095BB5 is #F6A44A. Grayscale: #4C4C4C. Windows color (decimal): -16163915 or 11885321. OLE color: 11885321.

HSL color Cylindrical-coordinate representation of color #095BB5: hue angle of 211.4º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #095BB5 is Cyan = 0.95, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 9 91 181 -
CMYK 0.95 0.50 0 0.29
HSL 211.4º 0.91% 0.37% -
HSV(B) 211.4º 0.95% 0.71% -
XYZ 12.19 10.88 45.17 -
YUV 76.74 186.83 79.68 -
System Red Green Blue C M Y K H S L
Decimal 9 91 181 0.95 0.50 0 0.29 211.4 0.91 0.37
Hex 9 5B B5 5F 32 0 1D D3 5B 25
Octal 11 133 265 137 62 0 35 323 133 45
Binary 1001 1011011 10110101 1011111 110010 0 11101 11010011 1011011 100101

Color Harmonies of #095BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095BB5

Black with #095BB5

Text Example


Text Example

White with #095BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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