Html Css Color HEX #095DB8 Denim

📋 copy color: '#095DB8'

red 9 ◦ green 93 ◦ blue 184

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

Shades of Denim #095DB8

Tints of Denim #095DB8

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.52%

 BLUE value IS 184 (72.27% from 255) = 64.34%

R = 3.15%
G = 32.52%
B = 64.34%

CMYK

 C value IS 0.95

 M value IS 0.49

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#095DB8 (or 0x095DB8) is known color: Denim. HEX triplet: 09, 5D and B8. RGB value is (9,93,184). Sum of RGB (Red+Green+Blue) = 9+93+184=286 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.15% from 286); Green value is 93 (36.72% from 255 or 32.52% from 286); Blue value is 184 (72.27% from 255 or 64.34% from 286); Max value from RGB is 184 - color contains mainly: blue. Hex color #095DB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095DB8 is #F6A247. Grayscale: #4D4D4D. Windows color (decimal): -16163400 or 12082441. OLE color: 12082441.

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

Color convert

RGB 9 93 184 -
CMYK 0.95 0.49 0 0.28
HSL 211.2º 0.91% 0.38% -
HSV(B) 211.2º 0.95% 0.72% -
XYZ 12.68 11.35 46.87 -
YUV 78.26 187.67 78.6 -
System Red Green Blue C M Y K H S L
Decimal 9 93 184 0.95 0.49 0 0.28 211.2 0.91 0.38
Hex 9 5D B8 5F 31 0 1C D3 5B 26
Octal 11 135 270 137 61 0 34 323 133 46
Binary 1001 1011101 10111000 1011111 110001 0 11100 11010011 1011011 100110

Color Harmonies of #095DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095DB8

Black with #095DB8

Text Example


Text Example

White with #095DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,93,184); }

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

background-color css

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

 a { background-color: rgb(9,93,184); }

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

border-color css

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

 span { border-color: rgb(9,93,184); }

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