Html Css Color HEX #055CFF Navy Blue

📋 copy color: '#055CFF'

red 5 ◦ green 92 ◦ blue 255

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

Shades of Navy Blue #055CFF

Tints of Navy Blue #055CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 72.44%

R = 1.42%
G = 26.14%
B = 72.44%

CMYK

 C value IS 0.98

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#055CFF (or 0x055CFF) is known color: Navy Blue. HEX triplet: 05, 5C and FF. RGB value is (5,92,255). Sum of RGB (Red+Green+Blue) = 5+92+255=352 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.42% from 352); Green value is 92 (36.33% from 255 or 26.14% from 352); Blue value is 255 (100% from 255 or 72.44% from 352); Max value from RGB is 255 - color contains mainly: blue. Hex color #055CFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #055CFF is #FAA300. Grayscale: #535353. Windows color (decimal): -16425729 or 16735237. OLE color: 16735237.

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

Color convert

RGB 5 92 255 -
CMYK 0.98 0.64 0 0
HSL 219.12º 1% 0.51% -
HSV(B) 219.12º 0.98% 1% -
XYZ 21.94 14.91 96.33 -
YUV 84.57 224.18 71.25 -
System Red Green Blue C M Y K H S L
Decimal 5 92 255 0.98 0.64 0 0 219.12 1 0.51
Hex 5 5C FF 62 40 0 0 DB 64 33
Octal 5 134 377 142 100 0 0 333 144 63
Binary 101 1011100 11111111 1100010 1000000 0 0 11011011 1100100 110011

Color Harmonies of #055CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055CFF

Black with #055CFF

Text Example


Text Example

White with #055CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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