Html Css Color HEX #056CDF Navy Blue

📋 copy color: '#056CDF'

red 5 ◦ green 108 ◦ blue 223

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

Shades of Navy Blue #056CDF

Tints of Navy Blue #056CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 66.37%

R = 1.49%
G = 32.14%
B = 66.37%

CMYK

 C value IS 0.98

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#056CDF (or 0x056CDF) is known color: Navy Blue. HEX triplet: 05, 6C and DF. RGB value is (5,108,223). Sum of RGB (Red+Green+Blue) = 5+108+223=336 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.49% from 336); Green value is 108 (42.58% from 255 or 32.14% from 336); Blue value is 223 (87.5% from 255 or 66.37% from 336); Max value from RGB is 223 - color contains mainly: blue. Hex color #056CDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056CDF is #FA9320. Grayscale: #595959. Windows color (decimal): -16421665 or 14642181. OLE color: 14642181.

HSL color Cylindrical-coordinate representation of color #056CDF: hue angle of 211.65º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #056CDF is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 5 108 223 -
CMYK 0.98 0.52 0 0.13
HSL 211.65º 0.96% 0.45% -
HSV(B) 211.65º 0.98% 0.87% -
XYZ 18.74 16.09 71.93 -
YUV 90.31 202.88 67.15 -
System Red Green Blue C M Y K H S L
Decimal 5 108 223 0.98 0.52 0 0.13 211.65 0.96 0.45
Hex 5 6C DF 62 34 0 D D4 60 2D
Octal 5 154 337 142 64 0 15 324 140 55
Binary 101 1101100 11011111 1100010 110100 0 1101 11010100 1100000 101101

Color Harmonies of #056CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056CDF

Black with #056CDF

Text Example


Text Example

White with #056CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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