Html Css Color HEX #056CBE Navy Blue

📋 copy color: '#056CBE'

red 5 ◦ green 108 ◦ blue 190

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

Shades of Navy Blue #056CBE

Tints of Navy Blue #056CBE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.64%

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

R = 1.65%
G = 35.64%
B = 62.71%

CMYK

 C value IS 0.97

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#056CBE (or 0x056CBE) is known color: Navy Blue. HEX triplet: 05, 6C and BE. RGB value is (5,108,190). Sum of RGB (Red+Green+Blue) = 5+108+190=303 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.65% from 303); Green value is 108 (42.58% from 255 or 35.64% from 303); Blue value is 190 (74.61% from 255 or 62.71% from 303); Max value from RGB is 190 - color contains mainly: blue. Hex color #056CBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056CBE is #FA9341. Grayscale: #565656. Windows color (decimal): -16421698 or 12479493. OLE color: 12479493.

HSL color Cylindrical-coordinate representation of color #056CBE: hue angle of 206.59º 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 #056CBE is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 5 108 190 -
CMYK 0.97 0.43 0 0.25
HSL 206.59º 0.95% 0.38% -
HSV(B) 206.59º 0.97% 0.75% -
XYZ 14.72 14.48 50.73 -
YUV 86.55 186.38 69.83 -
System Red Green Blue C M Y K H S L
Decimal 5 108 190 0.97 0.43 0 0.25 206.59 0.95 0.38
Hex 5 6C BE 61 2B 0 19 CF 5F 26
Octal 5 154 276 141 53 0 31 317 137 46
Binary 101 1101100 10111110 1100001 101011 0 11001 11001111 1011111 100110

Color Harmonies of #056CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056CBE

Black with #056CBE

Text Example


Text Example

White with #056CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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