Html Css Color HEX #056FEF Navy Blue

📋 copy color: '#056FEF'

red 5 ◦ green 111 ◦ blue 239

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

Shades of Navy Blue #056FEF

Tints of Navy Blue #056FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 67.32%

R = 1.41%
G = 31.27%
B = 67.32%

CMYK

 C value IS 0.98

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#056FEF (or 0x056FEF) is known color: Navy Blue. HEX triplet: 05, 6F and EF. RGB value is (5,111,239). Sum of RGB (Red+Green+Blue) = 5+111+239=355 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.41% from 355); Green value is 111 (43.75% from 255 or 31.27% from 355); Blue value is 239 (93.75% from 255 or 67.32% from 355); Max value from RGB is 239 - color contains mainly: blue. Hex color #056FEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #056FEF is #FA9010. Grayscale: #5D5D5D. Windows color (decimal): -16420881 or 15691525. OLE color: 15691525.

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

Color convert

RGB 5 111 239 -
CMYK 0.98 0.54 0 0.06
HSL 212.82º 0.96% 0.48% -
HSV(B) 212.82º 0.98% 0.94% -
XYZ 21.33 17.63 83.94 -
YUV 93.9 209.88 64.59 -
System Red Green Blue C M Y K H S L
Decimal 5 111 239 0.98 0.54 0 0.06 212.82 0.96 0.48
Hex 5 6F EF 62 36 0 6 D5 60 30
Octal 5 157 357 142 66 0 6 325 140 60
Binary 101 1101111 11101111 1100010 110110 0 110 11010101 1100000 110000

Color Harmonies of #056FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056FEF

Black with #056FEF

Text Example


Text Example

White with #056FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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