#0854CE

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

Shades of Navy Blue #0854CE

Tints of Navy Blue #0854CE

Color information

#0854CE (or 0x0854CE) is unknown color: approx Navy Blue. HEX triplet: 08, 54 and CE. RGB value is (8,84,206). Sum of RGB (Red+Green+Blue) = 8+84+206=298 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.68% from 298); Green value is 84 (33.20% from 255 or 28.19% from 298); Blue value is 206 (80.86% from 255 or 69.13% from 298); Max value from RGB is 206 - color contains mainly: blue. Hex color #0854CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0854CE is #F7AB31. Grayscale: #4A4A4A. Windows color (decimal): -16231218 or 13521928. OLE color: 13521928.

HSL color Cylindrical-coordinate representation of color #0854CE: hue angle of 216.97º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0854CE is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB884206-
CMYK0.960.5900.19
HSL216.97º92.52%41.96%-
HSV(B)216.97º96.12%80.78%-
XYZ14.4110.8559.73-
YUV75.18201.8280.08-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.68%
GREEN value IS 84 (33.20% from 255) = 28.19%
BLUE value IS 206 (80.86% from 255) = 69.13%
R=2.68%
G=28.19%
B=69.13%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal8842060.960.5900.19216.9792.5241.96
Hex854CE603B013d95d2a
Octal101243161407302333113552
Binary10001010100110011101100000111011010011110110011011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0854CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0854CE; }

 p { color: rgb(8,84,206); }

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

<style>
 a { background-color: #0854CE; }

 a { background-color: rgb(8,84,206); }

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

<style>
 span { border-color: #0854CE; }

 span { border-color: rgb(8,84,206); }

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