#005BED

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

Shades of Navy Blue #005BED

Tints of Navy Blue #005BED

Color information

#005BED (or 0x005BED) is unknown color: approx Navy Blue. HEX triplet: 00, 5B and ED. RGB value is (0,91,237). Sum of RGB (Red+Green+Blue) = 0+91+237=328 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 328); Green value is 91 (35.94% from 255 or 27.74% from 328); Blue value is 237 (92.97% from 255 or 72.26% from 328); Max value from RGB is 237 - color contains mainly: blue. Hex color #005BED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #005BED is #FFA412. Grayscale: #4F4F4F. Windows color (decimal): -16753683 or 15555328. OLE color: 15555328.

HSL color Cylindrical-coordinate representation of color #005BED: hue angle of 216.96º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005BED is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB091237-
CMYK10.6200.07
HSL216.96º100%46.47%-
HSV(B)216.96º100%92.94%-
XYZ19.0313.681.74-
YUV80.44216.3570.63-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 91 (35.94% from 255) = 27.74%
BLUE value IS 237 (92.97% from 255) = 72.26%
R=0%
G=27.74%
B=72.26%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal09123710.6200.07216.9610046.47
Hex05BED643E07d9642e
Octal0133355144760733114456
Binary010110111110110111001001111100111110110011100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005BED; }

 p { color: rgb(0,91,237); }

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

<style>
 a { background-color: #005BED; }

 a { background-color: rgb(0,91,237); }

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

<style>
 span { border-color: #005BED; }

 span { border-color: rgb(0,91,237); }

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