Html Css Color HEX #056FBA Navy Blue

📋 copy color: '#056FBA'

red 5 ◦ green 111 ◦ blue 186

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

Shades of Navy Blue #056FBA

Tints of Navy Blue #056FBA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 36.75%

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

R = 1.66%
G = 36.75%
B = 61.59%

CMYK

 C value IS 0.97

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#056FBA (or 0x056FBA) is known color: Navy Blue. HEX triplet: 05, 6F and BA. RGB value is (5,111,186). Sum of RGB (Red+Green+Blue) = 5+111+186=302 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.66% from 302); Green value is 111 (43.75% from 255 or 36.75% from 302); Blue value is 186 (73.05% from 255 or 61.59% from 302); Max value from RGB is 186 - color contains mainly: blue. Hex color #056FBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056FBA is #FA9045. Grayscale: #575757. Windows color (decimal): -16420934 or 12218117. OLE color: 12218117.

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

Color convert

RGB 5 111 186 -
CMYK 0.97 0.40 0 0.27
HSL 204.86º 0.95% 0.37% -
HSV(B) 204.86º 0.97% 0.73% -
XYZ 14.61 14.95 48.57 -
YUV 87.86 183.38 68.9 -
System Red Green Blue C M Y K H S L
Decimal 5 111 186 0.97 0.40 0 0.27 204.86 0.95 0.37
Hex 5 6F BA 61 28 0 1B CD 5F 25
Octal 5 157 272 141 50 0 33 315 137 45
Binary 101 1101111 10111010 1100001 101000 0 11011 11001101 1011111 100101

Color Harmonies of #056FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056FBA

Black with #056FBA

Text Example


Text Example

White with #056FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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