Html Css Color HEX #055AF6 Navy Blue

📋 copy color: '#055AF6'

red 5 ◦ green 90 ◦ blue 246

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

Shades of Navy Blue #055AF6

Tints of Navy Blue #055AF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 72.14%

R = 1.47%
G = 26.39%
B = 72.14%

CMYK

 C value IS 0.98

 M value IS 0.63

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#055AF6 (or 0x055AF6) is known color: Navy Blue. HEX triplet: 05, 5A and F6. RGB value is (5,90,246). Sum of RGB (Red+Green+Blue) = 5+90+246=341 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.47% from 341); Green value is 90 (35.55% from 255 or 26.39% from 341); Blue value is 246 (96.48% from 255 or 72.14% from 341); Max value from RGB is 246 - color contains mainly: blue. Hex color #055AF6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #055AF6 is #FAA509. Grayscale: #515151. Windows color (decimal): -16426250 or 16144901. OLE color: 16144901.

HSL color Cylindrical-coordinate representation of color #055AF6: hue angle of 218.84º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #055AF6 is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 5 90 246 -
CMYK 0.98 0.63 0 0.04
HSL 218.84º 0.96% 0.49% -
HSV(B) 218.84º 0.98% 0.96% -
XYZ 20.35 14 88.82 -
YUV 82.37 220.34 72.82 -
System Red Green Blue C M Y K H S L
Decimal 5 90 246 0.98 0.63 0 0.04 218.84 0.96 0.49
Hex 5 5A F6 62 3F 0 4 DB 60 31
Octal 5 132 366 142 77 0 4 333 140 61
Binary 101 1011010 11110110 1100010 111111 0 100 11011011 1100000 110001

Color Harmonies of #055AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055AF6

Black with #055AF6

Text Example


Text Example

White with #055AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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