Html Css Color HEX #017CCE Navy Blue

📋 copy color: '#017CCE'

red 1 ◦ green 124 ◦ blue 206

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

Shades of Navy Blue #017CCE

Tints of Navy Blue #017CCE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.46%

 BLUE value IS 206 (80.86% from 255) = 62.24%

R = 0.3%
G = 37.46%
B = 62.24%

CMYK

 C value IS 1.00

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#017CCE (or 0x017CCE) is known color: Navy Blue. HEX triplet: 01, 7C and CE. RGB value is (1,124,206). Sum of RGB (Red+Green+Blue) = 1+124+206=331 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 331); Green value is 124 (48.83% from 255 or 37.46% from 331); Blue value is 206 (80.86% from 255 or 62.24% from 331); Max value from RGB is 206 - color contains mainly: blue. Hex color #017CCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017CCE is #FE8331. Grayscale: #606060. Windows color (decimal): -16679730 or 13532161. OLE color: 13532161.

HSL color Cylindrical-coordinate representation of color #017CCE: hue angle of 204º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #017CCE is Cyan = 1.00, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 1 124 206 -
CMYK 1.00 0.40 0 0.19
HSL 204º 0.99% 0.41% -
HSV(B) 204º 1% 0.81% -
XYZ 18.36 18.88 61.07 -
YUV 96.57 189.75 59.83 -
System Red Green Blue C M Y K H S L
Decimal 1 124 206 1.00 0.40 0 0.19 204 0.99 0.41
Hex 1 7C CE 64 28 0 13 CC 63 29
Octal 1 174 316 144 50 0 23 314 143 51
Binary 1 1111100 11001110 1100100 101000 0 10011 11001100 1100011 101001

Color Harmonies of #017CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017CCE

Black with #017CCE

Text Example


Text Example

White with #017CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,124,206); }

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

background-color css

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

 a { background-color: rgb(1,124,206); }

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

border-color css

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

 span { border-color: rgb(1,124,206); }

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