Html Css Color HEX #017BE4 Navy Blue

📋 copy color: '#017BE4'

red 1 ◦ green 123 ◦ blue 228

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

Shades of Navy Blue #017BE4

Tints of Navy Blue #017BE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 64.77%

R = 0.28%
G = 34.94%
B = 64.77%

CMYK

 C value IS 1.00

 M value IS 0.46

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#017BE4 (or 0x017BE4) is known color: Navy Blue. HEX triplet: 01, 7B and E4. RGB value is (1,123,228). Sum of RGB (Red+Green+Blue) = 1+123+228=352 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 352); Green value is 123 (48.44% from 255 or 34.94% from 352); Blue value is 228 (89.45% from 255 or 64.77% from 352); Max value from RGB is 228 - color contains mainly: blue. Hex color #017BE4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017BE4 is #FE841B. Grayscale: #616161. Windows color (decimal): -16679964 or 14973697. OLE color: 14973697.

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

Color convert

RGB 1 123 228 -
CMYK 1.00 0.46 0 0.11
HSL 207.75º 0.99% 0.45% -
HSV(B) 207.75º 1% 0.89% -
XYZ 21.1 19.77 76.1 -
YUV 98.49 201.08 58.46 -
System Red Green Blue C M Y K H S L
Decimal 1 123 228 1.00 0.46 0 0.11 207.75 0.99 0.45
Hex 1 7B E4 64 2E 0 B D0 63 2D
Octal 1 173 344 144 56 0 13 320 143 55
Binary 1 1111011 11100100 1100100 101110 0 1011 11010000 1100011 101101

Color Harmonies of #017BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017BE4

Black with #017BE4

Text Example


Text Example

White with #017BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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