Html Css Color HEX #056FCD Navy Blue

📋 copy color: '#056FCD'

red 5 ◦ green 111 ◦ blue 205

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

Shades of Navy Blue #056FCD

Tints of Navy Blue #056FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 63.86%

R = 1.56%
G = 34.58%
B = 63.86%

CMYK

 C value IS 0.98

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#056FCD (or 0x056FCD) is known color: Navy Blue. HEX triplet: 05, 6F and CD. RGB value is (5,111,205). Sum of RGB (Red+Green+Blue) = 5+111+205=321 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.56% from 321); Green value is 111 (43.75% from 255 or 34.58% from 321); Blue value is 205 (80.47% from 255 or 63.86% from 321); Max value from RGB is 205 - color contains mainly: blue. Hex color #056FCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056FCD is #FA9032. Grayscale: #595959. Windows color (decimal): -16420915 or 13463301. OLE color: 13463301.

HSL color Cylindrical-coordinate representation of color #056FCD: hue angle of 208.2º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #056FCD is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 5 111 205 -
CMYK 0.98 0.46 0 0.20
HSL 208.2º 0.95% 0.41% -
HSV(B) 208.2º 0.98% 0.8% -
XYZ 16.77 15.81 59.93 -
YUV 90.02 192.88 67.36 -
System Red Green Blue C M Y K H S L
Decimal 5 111 205 0.98 0.46 0 0.20 208.2 0.95 0.41
Hex 5 6F CD 62 2E 0 14 D0 5F 29
Octal 5 157 315 142 56 0 24 320 137 51
Binary 101 1101111 11001101 1100010 101110 0 10100 11010000 1011111 101001

Color Harmonies of #056FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056FCD

Black with #056FCD

Text Example


Text Example

White with #056FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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