Html Css Color HEX #017BEC Navy Blue

📋 copy color: '#017BEC'

red 1 ◦ green 123 ◦ blue 236

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

Shades of Navy Blue #017BEC

Tints of Navy Blue #017BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 65.56%

R = 0.28%
G = 34.17%
B = 65.56%

CMYK

 C value IS 1.00

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#017BEC (or 0x017BEC) is known color: Navy Blue. HEX triplet: 01, 7B and EC. RGB value is (1,123,236). Sum of RGB (Red+Green+Blue) = 1+123+236=360 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 360); Green value is 123 (48.44% from 255 or 34.17% from 360); Blue value is 236 (92.58% from 255 or 65.56% from 360); Max value from RGB is 236 - color contains mainly: blue. Hex color #017BEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #017BEC is #FE8413. Grayscale: #626262. Windows color (decimal): -16679956 or 15497985. OLE color: 15497985.

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

Color convert

RGB 1 123 236 -
CMYK 1.00 0.48 0 0.07
HSL 208.85º 0.99% 0.46% -
HSV(B) 208.85º 1% 0.93% -
XYZ 22.24 20.23 82.09 -
YUV 99.4 205.08 57.81 -
System Red Green Blue C M Y K H S L
Decimal 1 123 236 1.00 0.48 0 0.07 208.85 0.99 0.46
Hex 1 7B EC 64 30 0 7 D1 63 2E
Octal 1 173 354 144 60 0 7 321 143 56
Binary 1 1111011 11101100 1100100 110000 0 111 11010001 1100011 101110

Color Harmonies of #017BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017BEC

Black with #017BEC

Text Example


Text Example

White with #017BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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