Html Css Color HEX #056EF5 Navy Blue

📋 copy color: '#056EF5'

red 5 ◦ green 110 ◦ blue 245

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

Shades of Navy Blue #056EF5

Tints of Navy Blue #056EF5

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.56%

 BLUE value IS 245 (96.09% from 255) = 68.06%

R = 1.39%
G = 30.56%
B = 68.06%

CMYK

 C value IS 0.98

 M value IS 0.55

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#056EF5 (or 0x056EF5) is known color: Navy Blue. HEX triplet: 05, 6E and F5. RGB value is (5,110,245). Sum of RGB (Red+Green+Blue) = 5+110+245=360 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.39% from 360); Green value is 110 (43.36% from 255 or 30.56% from 360); Blue value is 245 (96.09% from 255 or 68.06% from 360); Max value from RGB is 245 - color contains mainly: blue. Hex color #056EF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #056EF5 is #FA910A. Grayscale: #5D5D5D. Windows color (decimal): -16421131 or 16084485. OLE color: 16084485.

HSL color Cylindrical-coordinate representation of color #056EF5: hue angle of 213.75º 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 #056EF5 is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 5 110 245 -
CMYK 0.98 0.55 0 0.04
HSL 213.75º 0.96% 0.49% -
HSV(B) 213.75º 0.98% 0.96% -
XYZ 22.12 17.78 88.65 -
YUV 94 213.21 64.52 -
System Red Green Blue C M Y K H S L
Decimal 5 110 245 0.98 0.55 0 0.04 213.75 0.96 0.49
Hex 5 6E F5 62 37 0 4 D6 60 31
Octal 5 156 365 142 67 0 4 326 140 61
Binary 101 1101110 11110101 1100010 110111 0 100 11010110 1100000 110001

Color Harmonies of #056EF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056EF5

Black with #056EF5

Text Example


Text Example

White with #056EF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056EF5; }

 p { color: rgb(5,110,245); }

 H1.HeaderClassName
 {
   color: #056EF5;
 }
 .AnyTagClassName
 {
   color: #056EF5;
 }
</style>

background-color css

<style>
 a { background-color: #056EF5; }

 a { background-color: rgb(5,110,245); }

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

border-color css

<style>
 span { border-color: #056EF5; }

 span { border-color: rgb(5,110,245); }

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