Html Css Color HEX #056DBA Navy Blue

📋 copy color: '#056DBA'

red 5 ◦ green 109 ◦ blue 186

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

Shades of Navy Blue #056DBA

Tints of Navy Blue #056DBA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 36.33%

 BLUE value IS 186 (73.05% from 255) = 62%

R = 1.67%
G = 36.33%
B = 62%

CMYK

 C value IS 0.97

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#056DBA (or 0x056DBA) is known color: Navy Blue. HEX triplet: 05, 6D and BA. RGB value is (5,109,186). Sum of RGB (Red+Green+Blue) = 5+109+186=300 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.67% from 300); Green value is 109 (42.97% from 255 or 36.33% from 300); Blue value is 186 (73.05% from 255 or 62% from 300); Max value from RGB is 186 - color contains mainly: blue. Hex color #056DBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056DBA is #FA9245. Grayscale: #565656. Windows color (decimal): -16421446 or 12217605. OLE color: 12217605.

HSL color Cylindrical-coordinate representation of color #056DBA: hue angle of 205.52º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #056DBA is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 5 109 186 -
CMYK 0.97 0.41 0 0.27
HSL 205.52º 0.95% 0.37% -
HSV(B) 205.52º 0.97% 0.73% -
XYZ 14.39 14.51 48.5 -
YUV 86.68 184.04 69.74 -
System Red Green Blue C M Y K H S L
Decimal 5 109 186 0.97 0.41 0 0.27 205.52 0.95 0.37
Hex 5 6D BA 61 29 0 1B CE 5F 25
Octal 5 155 272 141 51 0 33 316 137 45
Binary 101 1101101 10111010 1100001 101001 0 11011 11001110 1011111 100101

Color Harmonies of #056DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056DBA

Black with #056DBA

Text Example


Text Example

White with #056DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,109,186); }

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

background-color css

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

 a { background-color: rgb(5,109,186); }

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

border-color css

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

 span { border-color: rgb(5,109,186); }

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