Html Css Color HEX #095DB1 Denim

📋 copy color: '#095DB1'

red 9 ◦ green 93 ◦ blue 177

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

Shades of Denim #095DB1

Tints of Denim #095DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 63.44%

R = 3.23%
G = 33.33%
B = 63.44%

CMYK

 C value IS 0.95

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#095DB1 (or 0x095DB1) is known color: Denim. HEX triplet: 09, 5D and B1. RGB value is (9,93,177). Sum of RGB (Red+Green+Blue) = 9+93+177=279 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.23% from 279); Green value is 93 (36.72% from 255 or 33.33% from 279); Blue value is 177 (69.53% from 255 or 63.44% from 279); Max value from RGB is 177 - color contains mainly: blue. Hex color #095DB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095DB1 is #F6A24E. Grayscale: #4D4D4D. Windows color (decimal): -16163407 or 11623689. OLE color: 11623689.

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

Color convert

RGB 9 93 177 -
CMYK 0.95 0.47 0 0.31
HSL 210º 0.9% 0.36% -
HSV(B) 210º 0.95% 0.69% -
XYZ 11.96 11.06 43.1 -
YUV 77.46 184.17 79.17 -
System Red Green Blue C M Y K H S L
Decimal 9 93 177 0.95 0.47 0 0.31 210 0.9 0.36
Hex 9 5D B1 5F 2F 0 1F D2 5A 24
Octal 11 135 261 137 57 0 37 322 132 44
Binary 1001 1011101 10110001 1011111 101111 0 11111 11010010 1011010 100100

Color Harmonies of #095DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095DB1

Black with #095DB1

Text Example


Text Example

White with #095DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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