Html Css Color HEX #056DCF Navy Blue

📋 copy color: '#056DCF'

red 5 ◦ green 109 ◦ blue 207

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

Shades of Navy Blue #056DCF

Tints of Navy Blue #056DCF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.96%

 BLUE value IS 207 (81.25% from 255) = 64.49%

R = 1.56%
G = 33.96%
B = 64.49%

CMYK

 C value IS 0.98

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#056DCF (or 0x056DCF) is known color: Navy Blue. HEX triplet: 05, 6D and CF. RGB value is (5,109,207). Sum of RGB (Red+Green+Blue) = 5+109+207=321 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.56% from 321); Green value is 109 (42.97% from 255 or 33.96% from 321); Blue value is 207 (81.25% from 255 or 64.49% from 321); Max value from RGB is 207 - color contains mainly: blue. Hex color #056DCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056DCF is #FA9230. Grayscale: #585858. Windows color (decimal): -16421425 or 13593861. OLE color: 13593861.

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

Color convert

RGB 5 109 207 -
CMYK 0.98 0.47 0 0.19
HSL 209.11º 0.95% 0.42% -
HSV(B) 209.11º 0.98% 0.81% -
XYZ 16.79 15.47 61.13 -
YUV 89.08 194.54 68.03 -
System Red Green Blue C M Y K H S L
Decimal 5 109 207 0.98 0.47 0 0.19 209.11 0.95 0.42
Hex 5 6D CF 62 2F 0 13 D1 5F 2A
Octal 5 155 317 142 57 0 23 321 137 52
Binary 101 1101101 11001111 1100010 101111 0 10011 11010001 1011111 101010

Color Harmonies of #056DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056DCF

Black with #056DCF

Text Example


Text Example

White with #056DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,109,207); }

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

background-color css

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

 a { background-color: rgb(5,109,207); }

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

border-color css

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

 span { border-color: rgb(5,109,207); }

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