Html Css Color HEX #005BEC Navy Blue

📋 copy color: '#005BEC'

red 0 ◦ green 91 ◦ blue 236

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

Shades of Navy Blue #005BEC

Tints of Navy Blue #005BEC

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 91 (35.94% from 255) = 27.83%

 BLUE value IS 236 (92.58% from 255) = 72.17%

R = 0%
G = 27.83%
B = 72.17%

CMYK

 C value IS 1

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#005BEC (or 0x005BEC) is known color: Navy Blue. HEX triplet: 00, 5B and EC. RGB value is (0,91,236). Sum of RGB (Red+Green+Blue) = 0+91+236=327 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 327); Green value is 91 (35.94% from 255 or 27.83% from 327); Blue value is 236 (92.58% from 255 or 72.17% from 327); Max value from RGB is 236 - color contains mainly: blue. Hex color #005BEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #005BEC is #FFA413. Grayscale: #4F4F4F. Windows color (decimal): -16753684 or 15489792. OLE color: 15489792.

HSL color Cylindrical-coordinate representation of color #005BEC: hue angle of 216.86º 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 #005BEC is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 0 91 236 -
CMYK 1 0.61 0 0.07
HSL 216.86º 1% 0.46% -
HSV(B) 216.86º 1% 0.93% -
XYZ 18.88 13.54 80.97 -
YUV 80.32 215.85 70.71 -
System Red Green Blue C M Y K H S L
Decimal 0 91 236 1 0.61 0 0.07 216.86 1 0.46
Hex 0 5B EC 64 3D 0 7 D9 64 2E
Octal 0 133 354 144 75 0 7 331 144 56
Binary 0 1011011 11101100 1100100 111101 0 111 11011001 1100100 101110

Color Harmonies of #005BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005BEC

Black with #005BEC

Text Example


Text Example

White with #005BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #005BEC;
 }
 .AnyTagClassName
 {
   color: #005BEC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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