Html Css Color HEX #056FF2 Navy Blue

📋 copy color: '#056FF2'

red 5 ◦ green 111 ◦ blue 242

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

Shades of Navy Blue #056FF2

Tints of Navy Blue #056FF2

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.01%

 BLUE value IS 242 (94.92% from 255) = 67.6%

R = 1.4%
G = 31.01%
B = 67.6%

CMYK

 C value IS 0.98

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#056FF2 (or 0x056FF2) is known color: Navy Blue. HEX triplet: 05, 6F and F2. RGB value is (5,111,242). Sum of RGB (Red+Green+Blue) = 5+111+242=358 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.40% from 358); Green value is 111 (43.75% from 255 or 31.01% from 358); Blue value is 242 (94.92% from 255 or 67.60% from 358); Max value from RGB is 242 - color contains mainly: blue. Hex color #056FF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #056FF2 is #FA900D. Grayscale: #5D5D5D. Windows color (decimal): -16420878 or 15888133. OLE color: 15888133.

HSL color Cylindrical-coordinate representation of color #056FF2: hue angle of 213.16º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #056FF2 is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 5 111 242 -
CMYK 0.98 0.54 0 0.05
HSL 213.16º 0.96% 0.48% -
HSV(B) 213.16º 0.98% 0.95% -
XYZ 21.77 17.81 86.29 -
YUV 94.24 211.38 64.35 -
System Red Green Blue C M Y K H S L
Decimal 5 111 242 0.98 0.54 0 0.05 213.16 0.96 0.48
Hex 5 6F F2 62 36 0 5 D5 60 30
Octal 5 157 362 142 66 0 5 325 140 60
Binary 101 1101111 11110010 1100010 110110 0 101 11010101 1100000 110000

Color Harmonies of #056FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056FF2

Black with #056FF2

Text Example


Text Example

White with #056FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,111,242); }

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

background-color css

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

 a { background-color: rgb(5,111,242); }

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

border-color css

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

 span { border-color: rgb(5,111,242); }

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