Html Css Color HEX #056CE3 Navy Blue

📋 copy color: '#056CE3'

red 5 ◦ green 108 ◦ blue 227

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

Shades of Navy Blue #056CE3

Tints of Navy Blue #056CE3

RGB

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

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

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

R = 1.47%
G = 31.76%
B = 66.76%

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

#056CE3 (or 0x056CE3) is known color: Navy Blue. HEX triplet: 05, 6C and E3. RGB value is (5,108,227). Sum of RGB (Red+Green+Blue) = 5+108+227=340 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.47% from 340); Green value is 108 (42.58% from 255 or 31.76% from 340); Blue value is 227 (89.06% from 255 or 66.76% from 340); Max value from RGB is 227 - color contains mainly: blue. Hex color #056CE3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056CE3 is #FA931C. Grayscale: #5A5A5A. Windows color (decimal): -16421661 or 14904325. OLE color: 14904325.

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

Color convert

RGB 5 108 227 -
CMYK 0.98 0.52 0 0.11
HSL 212.16º 0.96% 0.45% -
HSV(B) 212.16º 0.98% 0.89% -
XYZ 19.29 16.3 74.8 -
YUV 90.77 204.88 66.82 -
System Red Green Blue C M Y K H S L
Decimal 5 108 227 0.98 0.52 0 0.11 212.16 0.96 0.45
Hex 5 6C E3 62 34 0 B D4 60 2D
Octal 5 154 343 142 64 0 13 324 140 55
Binary 101 1101100 11100011 1100010 110100 0 1011 11010100 1100000 101101

Color Harmonies of #056CE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056CE3

Black with #056CE3

Text Example


Text Example

White with #056CE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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