Html Css Color HEX #005BED Navy Blue

📋 copy color: '#005BED'

red 0 ◦ green 91 ◦ blue 237

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

Shades of Navy Blue #005BED

Tints of Navy Blue #005BED

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 value IS 1

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#005BED (or 0x005BED) is known color: 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

RGB 0 91 237 -
CMYK 1 0.62 0 0.07
HSL 216.96º 1% 0.46% -
HSV(B) 216.96º 1% 0.93% -
XYZ 19.03 13.6 81.74 -
YUV 80.44 216.35 70.63 -
System Red Green Blue C M Y K H S L
Decimal 0 91 237 1 0.62 0 0.07 216.96 1 0.46
Hex 0 5B ED 64 3E 0 7 D9 64 2E
Octal 0 133 355 144 76 0 7 331 144 56
Binary 0 1011011 11101101 1100100 111110 0 111 11011001 1100100 101110

Color Harmonies of #005BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005BED

Black with #005BED

Text Example


Text Example

White with #005BED

Text Example


Text Example

HTML Codes & Css Web 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>