Html Css Color HEX #095CB7 Denim

📋 copy color: '#095CB7'

red 9 ◦ green 92 ◦ blue 183

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

Shades of Denim #095CB7

Tints of Denim #095CB7

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.39%

 BLUE value IS 183 (71.88% from 255) = 64.44%

R = 3.17%
G = 32.39%
B = 64.44%

CMYK

 C value IS 0.95

 M value IS 0.50

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#095CB7 (or 0x095CB7) is known color: Denim. HEX triplet: 09, 5C and B7. RGB value is (9,92,183). Sum of RGB (Red+Green+Blue) = 9+92+183=284 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.17% from 284); Green value is 92 (36.33% from 255 or 32.39% from 284); Blue value is 183 (71.88% from 255 or 64.44% from 284); Max value from RGB is 183 - color contains mainly: blue. Hex color #095CB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095CB7 is #F6A348. Grayscale: #4D4D4D. Windows color (decimal): -16163657 or 12016649. OLE color: 12016649.

HSL color Cylindrical-coordinate representation of color #095CB7: hue angle of 211.38º 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 #095CB7 is Cyan = 0.95, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 9 92 183 -
CMYK 0.95 0.50 0 0.28
HSL 211.38º 0.91% 0.38% -
HSV(B) 211.38º 0.95% 0.72% -
XYZ 12.49 11.13 46.29 -
YUV 77.56 187.5 79.1 -
System Red Green Blue C M Y K H S L
Decimal 9 92 183 0.95 0.50 0 0.28 211.38 0.91 0.38
Hex 9 5C B7 5F 32 0 1C D3 5B 26
Octal 11 134 267 137 62 0 34 323 133 46
Binary 1001 1011100 10110111 1011111 110010 0 11100 11010011 1011011 100110

Color Harmonies of #095CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095CB7

Black with #095CB7

Text Example


Text Example

White with #095CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,92,183); }

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

background-color css

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

 a { background-color: rgb(9,92,183); }

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

border-color css

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

 span { border-color: rgb(9,92,183); }

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