Html Css Color HEX #056CF5 Navy Blue

📋 copy color: '#056CF5'

red 5 ◦ green 108 ◦ blue 245

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

Shades of Navy Blue #056CF5

Tints of Navy Blue #056CF5

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.17%

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

R = 1.4%
G = 30.17%
B = 68.44%

CMYK

 C value IS 0.98

 M value IS 0.56

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#056CF5 (or 0x056CF5) is known color: Navy Blue. HEX triplet: 05, 6C and F5. RGB value is (5,108,245). Sum of RGB (Red+Green+Blue) = 5+108+245=358 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.40% from 358); Green value is 108 (42.58% from 255 or 30.17% from 358); Blue value is 245 (96.09% from 255 or 68.44% from 358); Max value from RGB is 245 - color contains mainly: blue. Hex color #056CF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #056CF5 is #FA930A. Grayscale: #5C5C5C. Windows color (decimal): -16421643 or 16083973. OLE color: 16083973.

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

Color convert

RGB 5 108 245 -
CMYK 0.98 0.56 0 0.04
HSL 214.25º 0.96% 0.49% -
HSV(B) 214.25º 0.98% 0.96% -
XYZ 21.91 17.35 88.58 -
YUV 92.82 213.88 65.36 -
System Red Green Blue C M Y K H S L
Decimal 5 108 245 0.98 0.56 0 0.04 214.25 0.96 0.49
Hex 5 6C F5 62 38 0 4 D6 60 31
Octal 5 154 365 142 70 0 4 326 140 61
Binary 101 1101100 11110101 1100010 111000 0 100 11010110 1100000 110001

Color Harmonies of #056CF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056CF5

Black with #056CF5

Text Example


Text Example

White with #056CF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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