Html Css Color HEX #017FCB Navy Blue

📋 copy color: '#017FCB'

red 1 ◦ green 127 ◦ blue 203

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

Shades of Navy Blue #017FCB

Tints of Navy Blue #017FCB

RGB

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

 GREEN value IS 127 (50% from 255) = 38.37%

 BLUE value IS 203 (79.69% from 255) = 61.33%

R = 0.3%
G = 38.37%
B = 61.33%

CMYK

 C value IS 1.00

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#017FCB (or 0x017FCB) is known color: Navy Blue. HEX triplet: 01, 7F and CB. RGB value is (1,127,203). Sum of RGB (Red+Green+Blue) = 1+127+203=331 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 331); Green value is 127 (50% from 255 or 38.37% from 331); Blue value is 203 (79.69% from 255 or 61.33% from 331); Max value from RGB is 203 - color contains mainly: blue. Hex color #017FCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017FCB is #FE8034. Grayscale: #616161. Windows color (decimal): -16678965 or 13336321. OLE color: 13336321.

HSL color Cylindrical-coordinate representation of color #017FCB: hue angle of 202.57º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #017FCB is Cyan = 1.00, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 1 127 203 -
CMYK 1.00 0.37 0 0.20
HSL 202.57º 0.99% 0.4% -
HSV(B) 202.57º 1% 0.8% -
XYZ 18.38 19.5 59.29 -
YUV 97.99 187.26 58.82 -
System Red Green Blue C M Y K H S L
Decimal 1 127 203 1.00 0.37 0 0.20 202.57 0.99 0.4
Hex 1 7F CB 64 25 0 14 CB 63 28
Octal 1 177 313 144 45 0 24 313 143 50
Binary 1 1111111 11001011 1100100 100101 0 10100 11001011 1100011 101000

Color Harmonies of #017FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017FCB

Black with #017FCB

Text Example


Text Example

White with #017FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,127,203); }

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

background-color css

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

 a { background-color: rgb(1,127,203); }

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

border-color css

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

 span { border-color: rgb(1,127,203); }

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