Html Css Color HEX #056BBE Navy Blue

📋 copy color: '#056BBE'

red 5 ◦ green 107 ◦ blue 190

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

Shades of Navy Blue #056BBE

Tints of Navy Blue #056BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 62.91%

R = 1.66%
G = 35.43%
B = 62.91%

CMYK

 C value IS 0.97

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#056BBE (or 0x056BBE) is known color: Navy Blue. HEX triplet: 05, 6B and BE. RGB value is (5,107,190). Sum of RGB (Red+Green+Blue) = 5+107+190=302 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.66% from 302); Green value is 107 (42.19% from 255 or 35.43% from 302); Blue value is 190 (74.61% from 255 or 62.91% from 302); Max value from RGB is 190 - color contains mainly: blue. Hex color #056BBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056BBE is #FA9441. Grayscale: #555555. Windows color (decimal): -16421954 or 12479237. OLE color: 12479237.

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

Color convert

RGB 5 107 190 -
CMYK 0.97 0.44 0 0.25
HSL 206.92º 0.95% 0.38% -
HSV(B) 206.92º 0.97% 0.75% -
XYZ 14.61 14.27 50.7 -
YUV 85.96 186.71 70.25 -
System Red Green Blue C M Y K H S L
Decimal 5 107 190 0.97 0.44 0 0.25 206.92 0.95 0.38
Hex 5 6B BE 61 2C 0 19 CF 5F 26
Octal 5 153 276 141 54 0 31 317 137 46
Binary 101 1101011 10111110 1100001 101100 0 11001 11001111 1011111 100110

Color Harmonies of #056BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056BBE

Black with #056BBE

Text Example


Text Example

White with #056BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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