Html Css Color HEX #017BC2 Navy Blue

📋 copy color: '#017BC2'

red 1 ◦ green 123 ◦ blue 194

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

Shades of Navy Blue #017BC2

Tints of Navy Blue #017BC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 61.01%

R = 0.31%
G = 38.68%
B = 61.01%

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

#017BC2 (or 0x017BC2) is known color: Navy Blue. HEX triplet: 01, 7B and C2. RGB value is (1,123,194). Sum of RGB (Red+Green+Blue) = 1+123+194=318 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 318); Green value is 123 (48.44% from 255 or 38.68% from 318); Blue value is 194 (76.17% from 255 or 61.01% from 318); Max value from RGB is 194 - color contains mainly: blue. Hex color #017BC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017BC2 is #FE843D. Grayscale: #5E5E5E. Windows color (decimal): -16679998 or 12745473. OLE color: 12745473.

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

Color convert

RGB 1 123 194 -
CMYK 0.99 0.37 0 0.24
HSL 202.07º 0.99% 0.38% -
HSV(B) 202.07º 0.99% 0.76% -
XYZ 16.83 18.07 53.64 -
YUV 94.62 184.08 61.23 -
System Red Green Blue C M Y K H S L
Decimal 1 123 194 0.99 0.37 0 0.24 202.07 0.99 0.38
Hex 1 7B C2 63 25 0 18 CA 63 26
Octal 1 173 302 143 45 0 30 312 143 46
Binary 1 1111011 11000010 1100011 100101 0 11000 11001010 1100011 100110

Color Harmonies of #017BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017BC2

Black with #017BC2

Text Example


Text Example

White with #017BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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