Html Css Color HEX #017BDF Navy Blue

📋 copy color: '#017BDF'

red 1 ◦ green 123 ◦ blue 223

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

Shades of Navy Blue #017BDF

Tints of Navy Blue #017BDF

RGB

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

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

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

R = 0.29%
G = 35.45%
B = 64.27%

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

#017BDF (or 0x017BDF) is known color: Navy Blue. HEX triplet: 01, 7B and DF. RGB value is (1,123,223). Sum of RGB (Red+Green+Blue) = 1+123+223=347 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 347); Green value is 123 (48.44% from 255 or 35.45% from 347); Blue value is 223 (87.5% from 255 or 64.27% from 347); Max value from RGB is 223 - color contains mainly: blue. Hex color #017BDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017BDF is #FE8420. Grayscale: #616161. Windows color (decimal): -16679969 or 14646017. OLE color: 14646017.

HSL color Cylindrical-coordinate representation of color #017BDF: hue angle of 207.03º 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 #017BDF is Cyan = 1.00, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 123 223 -
CMYK 1.00 0.45 0 0.13
HSL 207.03º 0.99% 0.44% -
HSV(B) 207.03º 1% 0.87% -
XYZ 20.41 19.5 72.5 -
YUV 97.92 198.58 58.87 -
System Red Green Blue C M Y K H S L
Decimal 1 123 223 1.00 0.45 0 0.13 207.03 0.99 0.44
Hex 1 7B DF 64 2D 0 D CF 63 2C
Octal 1 173 337 144 55 0 15 317 143 54
Binary 1 1111011 11011111 1100100 101101 0 1101 11001111 1100011 101100

Color Harmonies of #017BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017BDF

Black with #017BDF

Text Example


Text Example

White with #017BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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