Html Css Color HEX #017BDC Navy Blue

📋 copy color: '#017BDC'

red 1 ◦ green 123 ◦ blue 220

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

Shades of Navy Blue #017BDC

Tints of Navy Blue #017BDC

RGB

 RED value IS 1 (0.78% from 255) = 0.29%

 GREEN value IS 123 (48.44% from 255) = 35.76%

 BLUE value IS 220 (86.33% from 255) = 63.95%

R = 0.29%
G = 35.76%
B = 63.95%

CMYK

 C value IS 1.00

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#017BDC (or 0x017BDC) is known color: Navy Blue. HEX triplet: 01, 7B and DC. RGB value is (1,123,220). Sum of RGB (Red+Green+Blue) = 1+123+220=344 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 344); Green value is 123 (48.44% from 255 or 35.76% from 344); Blue value is 220 (86.33% from 255 or 63.95% from 344); Max value from RGB is 220 - color contains mainly: blue. Hex color #017BDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017BDC is #FE8423. Grayscale: #616161. Windows color (decimal): -16679972 or 14449409. OLE color: 14449409.

HSL color Cylindrical-coordinate representation of color #017BDC: hue angle of 206.58º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #017BDC is Cyan = 1.00, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 1 123 220 -
CMYK 1.00 0.44 0 0.14
HSL 206.58º 0.99% 0.43% -
HSV(B) 206.58º 1% 0.86% -
XYZ 20.01 19.34 70.39 -
YUV 97.58 197.08 59.11 -
System Red Green Blue C M Y K H S L
Decimal 1 123 220 1.00 0.44 0 0.14 206.58 0.99 0.43
Hex 1 7B DC 64 2C 0 E CF 63 2B
Octal 1 173 334 144 54 0 16 317 143 53
Binary 1 1111011 11011100 1100100 101100 0 1110 11001111 1100011 101011

Color Harmonies of #017BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017BDC

Black with #017BDC

Text Example


Text Example

White with #017BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017BDC; }

 p { color: rgb(1,123,220); }

 H1.HeaderClassName
 {
   color: #017BDC;
 }
 .AnyTagClassName
 {
   color: #017BDC;
 }
</style>

background-color css

<style>
 a { background-color: #017BDC; }

 a { background-color: rgb(1,123,220); }

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

border-color css

<style>
 span { border-color: #017BDC; }

 span { border-color: rgb(1,123,220); }

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