Html Css Color HEX #056DE3 Navy Blue

📋 copy color: '#056DE3'

red 5 ◦ green 109 ◦ blue 227

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

Shades of Navy Blue #056DE3

Tints of Navy Blue #056DE3

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.96%

 BLUE value IS 227 (89.06% from 255) = 66.57%

R = 1.47%
G = 31.96%
B = 66.57%

CMYK

 C value IS 0.98

 M value IS 0.52

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#056DE3 (or 0x056DE3) is known color: Navy Blue. HEX triplet: 05, 6D and E3. RGB value is (5,109,227). Sum of RGB (Red+Green+Blue) = 5+109+227=341 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.47% from 341); Green value is 109 (42.97% from 255 or 31.96% from 341); Blue value is 227 (89.06% from 255 or 66.57% from 341); Max value from RGB is 227 - color contains mainly: blue. Hex color #056DE3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056DE3 is #FA921C. Grayscale: #5A5A5A. Windows color (decimal): -16421405 or 14904581. OLE color: 14904581.

HSL color Cylindrical-coordinate representation of color #056DE3: hue angle of 211.89º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #056DE3 is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 5 109 227 -
CMYK 0.98 0.52 0 0.11
HSL 211.89º 0.96% 0.45% -
HSV(B) 211.89º 0.98% 0.89% -
XYZ 19.4 16.52 74.84 -
YUV 91.36 204.54 66.41 -
System Red Green Blue C M Y K H S L
Decimal 5 109 227 0.98 0.52 0 0.11 211.89 0.96 0.45
Hex 5 6D E3 62 34 0 B D4 60 2D
Octal 5 155 343 142 64 0 13 324 140 55
Binary 101 1101101 11100011 1100010 110100 0 1011 11010100 1100000 101101

Color Harmonies of #056DE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056DE3

Black with #056DE3

Text Example


Text Example

White with #056DE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,109,227); }

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

background-color css

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

 a { background-color: rgb(5,109,227); }

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

border-color css

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

 span { border-color: rgb(5,109,227); }

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