Html Css Color HEX #055AFE Navy Blue

📋 copy color: '#055AFE'

red 5 ◦ green 90 ◦ blue 254

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

Shades of Navy Blue #055AFE

Tints of Navy Blue #055AFE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.79%

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

R = 1.43%
G = 25.79%
B = 72.78%

CMYK

 C value IS 0.98

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#055AFE (or 0x055AFE) is known color: Navy Blue. HEX triplet: 05, 5A and FE. RGB value is (5,90,254). Sum of RGB (Red+Green+Blue) = 5+90+254=349 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.43% from 349); Green value is 90 (35.55% from 255 or 25.79% from 349); Blue value is 254 (99.61% from 255 or 72.78% from 349); Max value from RGB is 254 - color contains mainly: blue. Hex color #055AFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #055AFE is #FAA501. Grayscale: #525252. Windows color (decimal): -16426242 or 16669189. OLE color: 16669189.

HSL color Cylindrical-coordinate representation of color #055AFE: hue angle of 219.52º 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 #055AFE is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 5 90 254 -
CMYK 0.98 0.65 0 0.00
HSL 219.52º 0.99% 0.51% -
HSV(B) 219.52º 0.98% 1% -
XYZ 21.61 14.5 95.43 -
YUV 83.28 224.34 72.16 -
System Red Green Blue C M Y K H S L
Decimal 5 90 254 0.98 0.65 0 0.00 219.52 0.99 0.51
Hex 5 5A FE 62 41 0 0 DC 63 33
Octal 5 132 376 142 101 0 0 334 143 63
Binary 101 1011010 11111110 1100010 1000001 0 0 11011100 1100011 110011

Color Harmonies of #055AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055AFE

Black with #055AFE

Text Example


Text Example

White with #055AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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