Html Css Color HEX #005BEE Navy Blue

📋 copy color: '#005BEE'

red 0 ◦ green 91 ◦ blue 238

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

Shades of Navy Blue #005BEE

Tints of Navy Blue #005BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 72.34%

R = 0%
G = 27.66%
B = 72.34%

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

#005BEE (or 0x005BEE) is known color: Navy Blue. HEX triplet: 00, 5B and EE. RGB value is (0,91,238). Sum of RGB (Red+Green+Blue) = 0+91+238=329 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 329); Green value is 91 (35.94% from 255 or 27.66% from 329); Blue value is 238 (93.36% from 255 or 72.34% from 329); Max value from RGB is 238 - color contains mainly: blue. Hex color #005BEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #005BEE is #FFA411. Grayscale: #4F4F4F. Windows color (decimal): -16753682 or 15620864. OLE color: 15620864.

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

Color convert

RGB 0 91 238 -
CMYK 1 0.62 0 0.07
HSL 217.06º 1% 0.47% -
HSV(B) 217.06º 1% 0.93% -
XYZ 19.17 13.66 82.51 -
YUV 80.55 216.85 70.55 -
System Red Green Blue C M Y K H S L
Decimal 0 91 238 1 0.62 0 0.07 217.06 1 0.47
Hex 0 5B EE 64 3E 0 7 D9 64 2F
Octal 0 133 356 144 76 0 7 331 144 57
Binary 0 1011011 11101110 1100100 111110 0 111 11011001 1100100 101111

Color Harmonies of #005BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005BEE

Black with #005BEE

Text Example


Text Example

White with #005BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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