Html Css Color HEX #055CFE Navy Blue

📋 copy color: '#055CFE'

red 5 ◦ green 92 ◦ blue 254

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

Shades of Navy Blue #055CFE

Tints of Navy Blue #055CFE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.21%

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

R = 1.42%
G = 26.21%
B = 72.36%

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

#055CFE (or 0x055CFE) is known color: Navy Blue. HEX triplet: 05, 5C and FE. RGB value is (5,92,254). Sum of RGB (Red+Green+Blue) = 5+92+254=351 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.42% from 351); Green value is 92 (36.33% from 255 or 26.21% from 351); Blue value is 254 (99.61% from 255 or 72.36% from 351); Max value from RGB is 254 - color contains mainly: blue. Hex color #055CFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #055CFE is #FAA301. Grayscale: #535353. Windows color (decimal): -16425730 or 16669701. OLE color: 16669701.

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

Color convert

RGB 5 92 254 -
CMYK 0.98 0.64 0 0.00
HSL 219.04º 0.99% 0.51% -
HSV(B) 219.04º 0.98% 1% -
XYZ 21.78 14.84 95.48 -
YUV 84.46 223.68 71.33 -
System Red Green Blue C M Y K H S L
Decimal 5 92 254 0.98 0.64 0 0.00 219.04 0.99 0.51
Hex 5 5C FE 62 40 0 0 DB 63 33
Octal 5 134 376 142 100 0 0 333 143 63
Binary 101 1011100 11111110 1100010 1000000 0 0 11011011 1100011 110011

Color Harmonies of #055CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055CFE

Black with #055CFE

Text Example


Text Example

White with #055CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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