Html Css Color HEX #017BC1 Navy Blue

📋 copy color: '#017BC1'

red 1 ◦ green 123 ◦ blue 193

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

Shades of Navy Blue #017BC1

Tints of Navy Blue #017BC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 60.88%

R = 0.32%
G = 38.8%
B = 60.88%

CMYK

 C value IS 0.99

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#017BC1 (or 0x017BC1) is known color: Navy Blue. HEX triplet: 01, 7B and C1. RGB value is (1,123,193). Sum of RGB (Red+Green+Blue) = 1+123+193=317 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 317); Green value is 123 (48.44% from 255 or 38.80% from 317); Blue value is 193 (75.78% from 255 or 60.88% from 317); Max value from RGB is 193 - color contains mainly: blue. Hex color #017BC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017BC1 is #FE843E. Grayscale: #5E5E5E. Windows color (decimal): -16679999 or 12679937. OLE color: 12679937.

HSL color Cylindrical-coordinate representation of color #017BC1: hue angle of 201.88º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017BC1 is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 1 123 193 -
CMYK 0.99 0.36 0 0.24
HSL 201.88º 0.99% 0.38% -
HSV(B) 201.88º 0.99% 0.76% -
XYZ 16.72 18.02 53.05 -
YUV 94.5 183.58 61.31 -
System Red Green Blue C M Y K H S L
Decimal 1 123 193 0.99 0.36 0 0.24 201.88 0.99 0.38
Hex 1 7B C1 63 24 0 18 CA 63 26
Octal 1 173 301 143 44 0 30 312 143 46
Binary 1 1111011 11000001 1100011 100100 0 11000 11001010 1100011 100110

Color Harmonies of #017BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017BC1

Black with #017BC1

Text Example


Text Example

White with #017BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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