Html Css Color HEX #017BDE Navy Blue

📋 copy color: '#017BDE'

red 1 ◦ green 123 ◦ blue 222

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

Shades of Navy Blue #017BDE

Tints of Navy Blue #017BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 64.16%

R = 0.29%
G = 35.55%
B = 64.16%

CMYK

 C value IS 1.00

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#017BDE (or 0x017BDE) is known color: Navy Blue. HEX triplet: 01, 7B and DE. RGB value is (1,123,222). Sum of RGB (Red+Green+Blue) = 1+123+222=346 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 346); Green value is 123 (48.44% from 255 or 35.55% from 346); Blue value is 222 (87.11% from 255 or 64.16% from 346); Max value from RGB is 222 - color contains mainly: blue. Hex color #017BDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017BDE is #FE8421. Grayscale: #616161. Windows color (decimal): -16679970 or 14580481. OLE color: 14580481.

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

Color convert

RGB 1 123 222 -
CMYK 1.00 0.45 0 0.13
HSL 206.88º 0.99% 0.44% -
HSV(B) 206.88º 1% 0.87% -
XYZ 20.28 19.45 71.79 -
YUV 97.81 198.08 58.95 -
System Red Green Blue C M Y K H S L
Decimal 1 123 222 1.00 0.45 0 0.13 206.88 0.99 0.44
Hex 1 7B DE 64 2D 0 D CF 63 2C
Octal 1 173 336 144 55 0 15 317 143 54
Binary 1 1111011 11011110 1100100 101101 0 1101 11001111 1100011 101100

Color Harmonies of #017BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017BDE

Black with #017BDE

Text Example


Text Example

White with #017BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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