Html Css Color HEX #056CC5 Navy Blue

📋 copy color: '#056CC5'

red 5 ◦ green 108 ◦ blue 197

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

Shades of Navy Blue #056CC5

Tints of Navy Blue #056CC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 63.55%

R = 1.61%
G = 34.84%
B = 63.55%

CMYK

 C value IS 0.97

 M value IS 0.45

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#056CC5 (or 0x056CC5) is known color: Navy Blue. HEX triplet: 05, 6C and C5. RGB value is (5,108,197). Sum of RGB (Red+Green+Blue) = 5+108+197=310 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.61% from 310); Green value is 108 (42.58% from 255 or 34.84% from 310); Blue value is 197 (77.34% from 255 or 63.55% from 310); Max value from RGB is 197 - color contains mainly: blue. Hex color #056CC5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056CC5 is #FA933A. Grayscale: #565656. Windows color (decimal): -16421691 or 12938245. OLE color: 12938245.

HSL color Cylindrical-coordinate representation of color #056CC5: hue angle of 207.81º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #056CC5 is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 5 108 197 -
CMYK 0.97 0.45 0 0.23
HSL 207.81º 0.95% 0.4% -
HSV(B) 207.81º 0.97% 0.77% -
XYZ 15.5 14.79 54.86 -
YUV 87.35 189.88 69.26 -
System Red Green Blue C M Y K H S L
Decimal 5 108 197 0.97 0.45 0 0.23 207.81 0.95 0.4
Hex 5 6C C5 61 2D 0 17 D0 5F 28
Octal 5 154 305 141 55 0 27 320 137 50
Binary 101 1101100 11000101 1100001 101101 0 10111 11010000 1011111 101000

Color Harmonies of #056CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056CC5

Black with #056CC5

Text Example


Text Example

White with #056CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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