Html Css Color HEX #056BE1 Navy Blue

📋 copy color: '#056BE1'

red 5 ◦ green 107 ◦ blue 225

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

Shades of Navy Blue #056BE1

Tints of Navy Blue #056BE1

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.75%

 BLUE value IS 225 (88.28% from 255) = 66.77%

R = 1.48%
G = 31.75%
B = 66.77%

CMYK

 C value IS 0.98

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#056BE1 (or 0x056BE1) is known color: Navy Blue. HEX triplet: 05, 6B and E1. RGB value is (5,107,225). Sum of RGB (Red+Green+Blue) = 5+107+225=337 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.48% from 337); Green value is 107 (42.19% from 255 or 31.75% from 337); Blue value is 225 (88.28% from 255 or 66.77% from 337); Max value from RGB is 225 - color contains mainly: blue. Hex color #056BE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056BE1 is #FA941E. Grayscale: #595959. Windows color (decimal): -16421919 or 14772997. OLE color: 14772997.

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

Color convert

RGB 5 107 225 -
CMYK 0.98 0.52 0 0.12
HSL 212.18º 0.96% 0.45% -
HSV(B) 212.18º 0.98% 0.88% -
XYZ 18.91 15.98 73.32 -
YUV 89.95 204.21 67.41 -
System Red Green Blue C M Y K H S L
Decimal 5 107 225 0.98 0.52 0 0.12 212.18 0.96 0.45
Hex 5 6B E1 62 34 0 C D4 60 2D
Octal 5 153 341 142 64 0 14 324 140 55
Binary 101 1101011 11100001 1100010 110100 0 1100 11010100 1100000 101101

Color Harmonies of #056BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056BE1

Black with #056BE1

Text Example


Text Example

White with #056BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,107,225); }

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

background-color css

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

 a { background-color: rgb(5,107,225); }

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

border-color css

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

 span { border-color: rgb(5,107,225); }

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