Html Css Color HEX #056CB8 Navy Blue

📋 copy color: '#056CB8'

red 5 ◦ green 108 ◦ blue 184

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

Shades of Navy Blue #056CB8

Tints of Navy Blue #056CB8

RGB

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

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

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

R = 1.68%
G = 36.36%
B = 61.95%

CMYK

 C value IS 0.97

 M value IS 0.41

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#056CB8 (or 0x056CB8) is known color: Navy Blue. HEX triplet: 05, 6C and B8. RGB value is (5,108,184). Sum of RGB (Red+Green+Blue) = 5+108+184=297 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.68% from 297); Green value is 108 (42.58% from 255 or 36.36% from 297); Blue value is 184 (72.27% from 255 or 61.95% from 297); Max value from RGB is 184 - color contains mainly: blue. Hex color #056CB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056CB8 is #FA9347. Grayscale: #555555. Windows color (decimal): -16421704 or 12086277. OLE color: 12086277.

HSL color Cylindrical-coordinate representation of color #056CB8: hue angle of 205.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 #056CB8 is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 5 108 184 -
CMYK 0.97 0.41 0 0.28
HSL 205.47º 0.95% 0.37% -
HSV(B) 205.47º 0.97% 0.72% -
XYZ 14.08 14.22 47.35 -
YUV 85.87 183.38 70.32 -
System Red Green Blue C M Y K H S L
Decimal 5 108 184 0.97 0.41 0 0.28 205.47 0.95 0.37
Hex 5 6C B8 61 29 0 1C CD 5F 25
Octal 5 154 270 141 51 0 34 315 137 45
Binary 101 1101100 10111000 1100001 101001 0 11100 11001101 1011111 100101

Color Harmonies of #056CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056CB8

Black with #056CB8

Text Example


Text Example

White with #056CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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