Html Css Color HEX #017BCE Navy Blue

📋 copy color: '#017BCE'

red 1 ◦ green 123 ◦ blue 206

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

Shades of Navy Blue #017BCE

Tints of Navy Blue #017BCE

RGB

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

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

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

R = 0.3%
G = 37.27%
B = 62.42%

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

#017BCE (or 0x017BCE) is known color: Navy Blue. HEX triplet: 01, 7B and CE. RGB value is (1,123,206). Sum of RGB (Red+Green+Blue) = 1+123+206=330 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 330); Green value is 123 (48.44% from 255 or 37.27% from 330); Blue value is 206 (80.86% from 255 or 62.42% from 330); Max value from RGB is 206 - color contains mainly: blue. Hex color #017BCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017BCE is #FE8431. Grayscale: #5F5F5F. Windows color (decimal): -16679986 or 13531905. OLE color: 13531905.

HSL color Cylindrical-coordinate representation of color #017BCE: hue angle of 204.29º 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 #017BCE is Cyan = 1.00, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 1 123 206 -
CMYK 1.00 0.40 0 0.19
HSL 204.29º 0.99% 0.41% -
HSV(B) 204.29º 1% 0.81% -
XYZ 18.24 18.63 61.03 -
YUV 95.98 190.08 60.25 -
System Red Green Blue C M Y K H S L
Decimal 1 123 206 1.00 0.40 0 0.19 204.29 0.99 0.41
Hex 1 7B CE 64 28 0 13 CC 63 29
Octal 1 173 316 144 50 0 23 314 143 51
Binary 1 1111011 11001110 1100100 101000 0 10011 11001100 1100011 101001

Color Harmonies of #017BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017BCE

Black with #017BCE

Text Example


Text Example

White with #017BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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