Html Css Color HEX #056BBD Navy Blue

📋 copy color: '#056BBD'

red 5 ◦ green 107 ◦ blue 189

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

Shades of Navy Blue #056BBD

Tints of Navy Blue #056BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 62.79%

R = 1.66%
G = 35.55%
B = 62.79%

CMYK

 C value IS 0.97

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#056BBD (or 0x056BBD) is known color: Navy Blue. HEX triplet: 05, 6B and BD. RGB value is (5,107,189). Sum of RGB (Red+Green+Blue) = 5+107+189=301 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.66% from 301); Green value is 107 (42.19% from 255 or 35.55% from 301); Blue value is 189 (74.22% from 255 or 62.79% from 301); Max value from RGB is 189 - color contains mainly: blue. Hex color #056BBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056BBD is #FA9442. Grayscale: #555555. Windows color (decimal): -16421955 or 12413701. OLE color: 12413701.

HSL color Cylindrical-coordinate representation of color #056BBD: hue angle of 206.74º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #056BBD is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 5 107 189 -
CMYK 0.97 0.43 0 0.26
HSL 206.74º 0.95% 0.38% -
HSV(B) 206.74º 0.97% 0.74% -
XYZ 14.51 14.22 50.12 -
YUV 85.85 186.21 70.33 -
System Red Green Blue C M Y K H S L
Decimal 5 107 189 0.97 0.43 0 0.26 206.74 0.95 0.38
Hex 5 6B BD 61 2B 0 1A CF 5F 26
Octal 5 153 275 141 53 0 32 317 137 46
Binary 101 1101011 10111101 1100001 101011 0 11010 11001111 1011111 100110

Color Harmonies of #056BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056BBD

Black with #056BBD

Text Example


Text Example

White with #056BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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