Html Css Color HEX #056FB8 Navy Blue

📋 copy color: '#056FB8'

red 5 ◦ green 111 ◦ blue 184

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

Shades of Navy Blue #056FB8

Tints of Navy Blue #056FB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 61.33%

R = 1.67%
G = 37%
B = 61.33%

CMYK

 C value IS 0.97

 M value IS 0.40

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#056FB8 (or 0x056FB8) is known color: Navy Blue. HEX triplet: 05, 6F and B8. RGB value is (5,111,184). Sum of RGB (Red+Green+Blue) = 5+111+184=300 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.67% from 300); Green value is 111 (43.75% from 255 or 37% from 300); Blue value is 184 (72.27% from 255 or 61.33% from 300); Max value from RGB is 184 - color contains mainly: blue. Hex color #056FB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056FB8 is #FA9047. Grayscale: #575757. Windows color (decimal): -16420936 or 12087045. OLE color: 12087045.

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

Color convert

RGB 5 111 184 -
CMYK 0.97 0.40 0 0.28
HSL 204.47º 0.95% 0.37% -
HSV(B) 204.47º 0.97% 0.72% -
XYZ 14.4 14.86 47.46 -
YUV 87.63 182.38 69.06 -
System Red Green Blue C M Y K H S L
Decimal 5 111 184 0.97 0.40 0 0.28 204.47 0.95 0.37
Hex 5 6F B8 61 28 0 1C CC 5F 25
Octal 5 157 270 141 50 0 34 314 137 45
Binary 101 1101111 10111000 1100001 101000 0 11100 11001100 1011111 100101

Color Harmonies of #056FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056FB8

Black with #056FB8

Text Example


Text Example

White with #056FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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