Html Css Color HEX #056BBB Navy Blue

📋 copy color: '#056BBB'

red 5 ◦ green 107 ◦ blue 187

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

Shades of Navy Blue #056BBB

Tints of Navy Blue #056BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 62.54%

R = 1.67%
G = 35.79%
B = 62.54%

CMYK

 C value IS 0.97

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#056BBB (or 0x056BBB) is known color: Navy Blue. HEX triplet: 05, 6B and BB. RGB value is (5,107,187). Sum of RGB (Red+Green+Blue) = 5+107+187=299 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.67% from 299); Green value is 107 (42.19% from 255 or 35.79% from 299); Blue value is 187 (73.44% from 255 or 62.54% from 299); Max value from RGB is 187 - color contains mainly: blue. Hex color #056BBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056BBB is #FA9444. Grayscale: #555555. Windows color (decimal): -16421957 or 12282629. OLE color: 12282629.

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

Color convert

RGB 5 107 187 -
CMYK 0.97 0.43 0 0.27
HSL 206.37º 0.95% 0.38% -
HSV(B) 206.37º 0.97% 0.73% -
XYZ 14.29 14.14 48.99 -
YUV 85.62 185.21 70.5 -
System Red Green Blue C M Y K H S L
Decimal 5 107 187 0.97 0.43 0 0.27 206.37 0.95 0.38
Hex 5 6B BB 61 2B 0 1B CE 5F 26
Octal 5 153 273 141 53 0 33 316 137 46
Binary 101 1101011 10111011 1100001 101011 0 11011 11001110 1011111 100110

Color Harmonies of #056BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056BBB

Black with #056BBB

Text Example


Text Example

White with #056BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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