#0855D7

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

Shades of Navy Blue #0855D7

Tints of Navy Blue #0855D7

Color information

#0855D7 (or 0x0855D7) is unknown color: approx Navy Blue. HEX triplet: 08, 55 and D7. RGB value is (8,85,215). Sum of RGB (Red+Green+Blue) = 8+85+215=308 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.60% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 215 (84.38% from 255 or 69.81% from 308); Max value from RGB is 215 - color contains mainly: blue. Hex color #0855D7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0855D7 is #F7AA28. Grayscale: #4C4C4C. Windows color (decimal): -16230953 or 14112008. OLE color: 14112008.

HSL color Cylindrical-coordinate representation of color #0855D7: hue angle of 217.68º degrees, saturation: 0.93, 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 #0855D7 is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB885215-
CMYK0.960.6000.16
HSL217.68º92.83%43.73%-
HSV(B)217.68º96.28%84.31%-
XYZ15.6111.4565.68-
YUV76.8205.9978.93-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.60%
GREEN value IS 85 (33.59% from 255) = 27.60%
BLUE value IS 215 (84.38% from 255) = 69.81%
R=2.60%
G=27.60%
B=69.81%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal8852150.960.6000.16217.6892.8343.73
Hex855D7603C010da5d2c
Octal101253271407402033213554
Binary10001010101110101111100000111100010000110110101011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0855D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0855D7; }

 p { color: rgb(8,85,215); }

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

<style>
 a { background-color: #0855D7; }

 a { background-color: rgb(8,85,215); }

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

<style>
 span { border-color: #0855D7; }

 span { border-color: rgb(8,85,215); }

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