Html Css Color HEX #056BCE Navy Blue

📋 copy color: '#056BCE'

red 5 ◦ green 107 ◦ blue 206

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

Shades of Navy Blue #056BCE

Tints of Navy Blue #056BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 64.78%

R = 1.57%
G = 33.65%
B = 64.78%

CMYK

 C value IS 0.98

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#056BCE (or 0x056BCE) is known color: Navy Blue. HEX triplet: 05, 6B and CE. RGB value is (5,107,206). Sum of RGB (Red+Green+Blue) = 5+107+206=318 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.57% from 318); Green value is 107 (42.19% from 255 or 33.65% from 318); Blue value is 206 (80.86% from 255 or 64.78% from 318); Max value from RGB is 206 - color contains mainly: blue. Hex color #056BCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056BCE is #FA9431. Grayscale: #575757. Windows color (decimal): -16421938 or 13527813. OLE color: 13527813.

HSL color Cylindrical-coordinate representation of color #056BCE: hue angle of 209.55º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #056BCE is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 5 107 206 -
CMYK 0.98 0.48 0 0.19
HSL 209.55º 0.95% 0.41% -
HSV(B) 209.55º 0.98% 0.81% -
XYZ 16.46 15 60.42 -
YUV 87.79 194.71 68.95 -
System Red Green Blue C M Y K H S L
Decimal 5 107 206 0.98 0.48 0 0.19 209.55 0.95 0.41
Hex 5 6B CE 62 30 0 13 D2 5F 29
Octal 5 153 316 142 60 0 23 322 137 51
Binary 101 1101011 11001110 1100010 110000 0 10011 11010010 1011111 101001

Color Harmonies of #056BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056BCE

Black with #056BCE

Text Example


Text Example

White with #056BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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