Html Css Color HEX #017BC8 Navy Blue

📋 copy color: '#017BC8'

red 1 ◦ green 123 ◦ blue 200

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

Shades of Navy Blue #017BC8

Tints of Navy Blue #017BC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 61.73%

R = 0.31%
G = 37.96%
B = 61.73%

CMYK

 C value IS 1.00

 M value IS 0.38

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#017BC8 (or 0x017BC8) is known color: Navy Blue. HEX triplet: 01, 7B and C8. RGB value is (1,123,200). Sum of RGB (Red+Green+Blue) = 1+123+200=324 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 324); Green value is 123 (48.44% from 255 or 37.96% from 324); Blue value is 200 (78.52% from 255 or 61.73% from 324); Max value from RGB is 200 - color contains mainly: blue. Hex color #017BC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017BC8 is #FE8437. Grayscale: #5E5E5E. Windows color (decimal): -16679992 or 13138689. OLE color: 13138689.

HSL color Cylindrical-coordinate representation of color #017BC8: hue angle of 203.22º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #017BC8 is Cyan = 1.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 1 123 200 -
CMYK 1.00 0.38 0 0.22
HSL 203.22º 0.99% 0.39% -
HSV(B) 203.22º 1% 0.78% -
XYZ 17.52 18.34 57.26 -
YUV 95.3 187.08 60.74 -
System Red Green Blue C M Y K H S L
Decimal 1 123 200 1.00 0.38 0 0.22 203.22 0.99 0.39
Hex 1 7B C8 64 26 0 16 CB 63 27
Octal 1 173 310 144 46 0 26 313 143 47
Binary 1 1111011 11001000 1100100 100110 0 10110 11001011 1100011 100111

Color Harmonies of #017BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017BC8

Black with #017BC8

Text Example


Text Example

White with #017BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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