Html Css Color HEX #055BFE Navy Blue

📋 copy color: '#055BFE'

red 5 ◦ green 91 ◦ blue 254

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

Shades of Navy Blue #055BFE

Tints of Navy Blue #055BFE

RGB

 RED value IS 5 (2.34% from 255) = 1.43%

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

 BLUE value IS 254 (99.61% from 255) = 72.57%

R = 1.43%
G = 26%
B = 72.57%

CMYK

 C value IS 0.98

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#055BFE (or 0x055BFE) is known color: Navy Blue. HEX triplet: 05, 5B and FE. RGB value is (5,91,254). Sum of RGB (Red+Green+Blue) = 5+91+254=350 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.43% from 350); Green value is 91 (35.94% from 255 or 26% from 350); Blue value is 254 (99.61% from 255 or 72.57% from 350); Max value from RGB is 254 - color contains mainly: blue. Hex color #055BFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #055BFE is #FAA401. Grayscale: #535353. Windows color (decimal): -16425986 or 16669445. OLE color: 16669445.

HSL color Cylindrical-coordinate representation of color #055BFE: hue angle of 219.28º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #055BFE is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 5 91 254 -
CMYK 0.98 0.64 0 0.00
HSL 219.28º 0.99% 0.51% -
HSV(B) 219.28º 0.98% 1% -
XYZ 21.69 14.67 95.45 -
YUV 83.87 224.01 71.75 -
System Red Green Blue C M Y K H S L
Decimal 5 91 254 0.98 0.64 0 0.00 219.28 0.99 0.51
Hex 5 5B FE 62 40 0 0 DB 63 33
Octal 5 133 376 142 100 0 0 333 143 63
Binary 101 1011011 11111110 1100010 1000000 0 0 11011011 1100011 110011

Color Harmonies of #055BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055BFE

Black with #055BFE

Text Example


Text Example

White with #055BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055BFE; }

 p { color: rgb(5,91,254); }

 H1.HeaderClassName
 {
   color: #055BFE;
 }
 .AnyTagClassName
 {
   color: #055BFE;
 }
</style>

background-color css

<style>
 a { background-color: #055BFE; }

 a { background-color: rgb(5,91,254); }

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

border-color css

<style>
 span { border-color: #055BFE; }

 span { border-color: rgb(5,91,254); }

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