Html Css Color HEX #056BCD Navy Blue

📋 copy color: '#056BCD'

red 5 ◦ green 107 ◦ blue 205

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

Shades of Navy Blue #056BCD

Tints of Navy Blue #056BCD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.75%

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

R = 1.58%
G = 33.75%
B = 64.67%

CMYK

 C value IS 0.98

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#056BCD (or 0x056BCD) is known color: Navy Blue. HEX triplet: 05, 6B and CD. RGB value is (5,107,205). Sum of RGB (Red+Green+Blue) = 5+107+205=317 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.58% from 317); Green value is 107 (42.19% from 255 or 33.75% from 317); Blue value is 205 (80.47% from 255 or 64.67% from 317); Max value from RGB is 205 - color contains mainly: blue. Hex color #056BCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056BCD is #FA9432. Grayscale: #575757. Windows color (decimal): -16421939 or 13462277. OLE color: 13462277.

HSL color Cylindrical-coordinate representation of color #056BCD: hue angle of 209.4º 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 #056BCD is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 5 107 205 -
CMYK 0.98 0.48 0 0.20
HSL 209.4º 0.95% 0.41% -
HSV(B) 209.4º 0.98% 0.8% -
XYZ 16.34 14.96 59.78 -
YUV 87.67 194.21 69.03 -
System Red Green Blue C M Y K H S L
Decimal 5 107 205 0.98 0.48 0 0.20 209.4 0.95 0.41
Hex 5 6B CD 62 30 0 14 D1 5F 29
Octal 5 153 315 142 60 0 24 321 137 51
Binary 101 1101011 11001101 1100010 110000 0 10100 11010001 1011111 101001

Color Harmonies of #056BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056BCD

Black with #056BCD

Text Example


Text Example

White with #056BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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