Html Css Color HEX #056CE1 Navy Blue

📋 copy color: '#056CE1'

red 5 ◦ green 108 ◦ blue 225

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

Shades of Navy Blue #056CE1

Tints of Navy Blue #056CE1

RGB

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

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

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

R = 1.48%
G = 31.95%
B = 66.57%

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

#056CE1 (or 0x056CE1) is known color: Navy Blue. HEX triplet: 05, 6C and E1. RGB value is (5,108,225). Sum of RGB (Red+Green+Blue) = 5+108+225=338 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.48% from 338); Green value is 108 (42.58% from 255 or 31.95% from 338); Blue value is 225 (88.28% from 255 or 66.57% from 338); Max value from RGB is 225 - color contains mainly: blue. Hex color #056CE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056CE1 is #FA931E. Grayscale: #595959. Windows color (decimal): -16421663 or 14773253. OLE color: 14773253.

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

Color convert

RGB 5 108 225 -
CMYK 0.98 0.52 0 0.12
HSL 211.91º 0.96% 0.45% -
HSV(B) 211.91º 0.98% 0.88% -
XYZ 19.02 16.19 73.36 -
YUV 90.54 203.88 66.99 -
System Red Green Blue C M Y K H S L
Decimal 5 108 225 0.98 0.52 0 0.12 211.91 0.96 0.45
Hex 5 6C E1 62 34 0 C D4 60 2D
Octal 5 154 341 142 64 0 14 324 140 55
Binary 101 1101100 11100001 1100010 110100 0 1100 11010100 1100000 101101

Color Harmonies of #056CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056CE1

Black with #056CE1

Text Example


Text Example

White with #056CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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