Html Css Color HEX #017BC3 Navy Blue

📋 copy color: '#017BC3'

red 1 ◦ green 123 ◦ blue 195

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

Shades of Navy Blue #017BC3

Tints of Navy Blue #017BC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 61.13%

R = 0.31%
G = 38.56%
B = 61.13%

CMYK

 C value IS 0.99

 M value IS 0.37

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#017BC3 (or 0x017BC3) is known color: Navy Blue. HEX triplet: 01, 7B and C3. RGB value is (1,123,195). Sum of RGB (Red+Green+Blue) = 1+123+195=319 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 319); Green value is 123 (48.44% from 255 or 38.56% from 319); Blue value is 195 (76.56% from 255 or 61.13% from 319); Max value from RGB is 195 - color contains mainly: blue. Hex color #017BC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017BC3 is #FE843C. Grayscale: #5E5E5E. Windows color (decimal): -16679997 or 12811009. OLE color: 12811009.

HSL color Cylindrical-coordinate representation of color #017BC3: hue angle of 202.27º 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 #017BC3 is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 1 123 195 -
CMYK 0.99 0.37 0 0.24
HSL 202.27º 0.99% 0.38% -
HSV(B) 202.27º 0.99% 0.76% -
XYZ 16.95 18.11 54.23 -
YUV 94.73 184.58 61.15 -
System Red Green Blue C M Y K H S L
Decimal 1 123 195 0.99 0.37 0 0.24 202.27 0.99 0.38
Hex 1 7B C3 63 25 0 18 CA 63 26
Octal 1 173 303 143 45 0 30 312 143 46
Binary 1 1111011 11000011 1100011 100101 0 11000 11001010 1100011 100110

Color Harmonies of #017BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017BC3

Black with #017BC3

Text Example


Text Example

White with #017BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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