Html Css Color HEX #056BC5 Navy Blue

📋 copy color: '#056BC5'

red 5 ◦ green 107 ◦ blue 197

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

Shades of Navy Blue #056BC5

Tints of Navy Blue #056BC5

RGB

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

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

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

R = 1.62%
G = 34.63%
B = 63.75%

CMYK

 C value IS 0.97

 M value IS 0.46

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#056BC5 (or 0x056BC5) is known color: Navy Blue. HEX triplet: 05, 6B and C5. RGB value is (5,107,197). Sum of RGB (Red+Green+Blue) = 5+107+197=309 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 309); Green value is 107 (42.19% from 255 or 34.63% from 309); Blue value is 197 (77.34% from 255 or 63.75% from 309); Max value from RGB is 197 - color contains mainly: blue. Hex color #056BC5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056BC5 is #FA943A. Grayscale: #565656. Windows color (decimal): -16421947 or 12937989. OLE color: 12937989.

HSL color Cylindrical-coordinate representation of color #056BC5: hue angle of 208.12º 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 #056BC5 is Cyan = 0.97, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 5 107 197 -
CMYK 0.97 0.46 0 0.23
HSL 208.13º 0.95% 0.4% -
HSV(B) 208.13º 0.97% 0.77% -
XYZ 15.4 14.58 54.83 -
YUV 86.76 190.21 69.68 -
System Red Green Blue C M Y K H S L
Decimal 5 107 197 0.97 0.46 0 0.23 208.13 0.95 0.4
Hex 5 6B C5 61 2E 0 17 D0 5F 28
Octal 5 153 305 141 56 0 27 320 137 50
Binary 101 1101011 11000101 1100001 101110 0 10111 11010000 1011111 101000

Color Harmonies of #056BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056BC5

Black with #056BC5

Text Example


Text Example

White with #056BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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