Html Css Color HEX #017CEB Navy Blue

📋 copy color: '#017CEB'

red 1 ◦ green 124 ◦ blue 235

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

Shades of Navy Blue #017CEB

Tints of Navy Blue #017CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 65.28%

R = 0.28%
G = 34.44%
B = 65.28%

CMYK

 C value IS 1.00

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#017CEB (or 0x017CEB) is known color: Navy Blue. HEX triplet: 01, 7C and EB. RGB value is (1,124,235). Sum of RGB (Red+Green+Blue) = 1+124+235=360 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 360); Green value is 124 (48.83% from 255 or 34.44% from 360); Blue value is 235 (92.19% from 255 or 65.28% from 360); Max value from RGB is 235 - color contains mainly: blue. Hex color #017CEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #017CEB is #FE8314. Grayscale: #636363. Windows color (decimal): -16679701 or 15432705. OLE color: 15432705.

HSL color Cylindrical-coordinate representation of color #017CEB: hue angle of 208.46º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #017CEB is Cyan = 1.00, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 1 124 235 -
CMYK 1.00 0.47 0 0.08
HSL 208.46º 0.99% 0.46% -
HSV(B) 208.46º 1% 0.92% -
XYZ 22.22 20.42 81.37 -
YUV 99.88 204.25 57.47 -
System Red Green Blue C M Y K H S L
Decimal 1 124 235 1.00 0.47 0 0.08 208.46 0.99 0.46
Hex 1 7C EB 64 2F 0 8 D0 63 2E
Octal 1 174 353 144 57 0 10 320 143 56
Binary 1 1111100 11101011 1100100 101111 0 1000 11010000 1100011 101110

Color Harmonies of #017CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017CEB

Black with #017CEB

Text Example


Text Example

White with #017CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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