#095CD7

Color #095CD7 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #095CD7

Tints of Navy Blue #095CD7

Color information

#095CD7 (or 0x095CD7) is unknown color: approx Navy Blue. HEX triplet: 09, 5C and D7. RGB value is (9,92,215). Sum of RGB (Red+Green+Blue) = 9+92+215=316 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.85% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 215 (84.38% from 255 or 68.04% from 316); Max value from RGB is 215 - color contains mainly: blue. Hex color #095CD7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095CD7 is #F6A328. Grayscale: #505050. Windows color (decimal): -16163625 or 14113801. OLE color: 14113801.

HSL color Cylindrical-coordinate representation of color #095CD7: hue angle of 215.83º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #095CD7 is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB992215-
CMYK0.960.5700.16
HSL215.83º91.96%43.92%-
HSV(B)215.83º95.81%84.31%-
XYZ16.2112.6265.87-
YUV81.2203.576.5-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.85%
GREEN value IS 92 (36.33% from 255) = 29.11%
BLUE value IS 215 (84.38% from 255) = 68.04%
R=2.85%
G=29.11%
B=68.04%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal9922150.960.5700.16215.8391.9643.92
Hex95CD76039010d85c2c
Octal111343271407102033013454
Binary10011011100110101111100000111001010000110110001011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #095CD7;
 }
 .AnyTagClassName
 {
   color: #095CD7;
 }
</style>
background-color css

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

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

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

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

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

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