Html Css Color HEX #1157FE Navy Blue

📋 copy color: '#1157FE'

red 17 ◦ green 87 ◦ blue 254

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

Shades of Navy Blue #1157FE

Tints of Navy Blue #1157FE

RGB

 RED value IS 17 (7.03% from 255) = 4.75%

 GREEN value IS 87 (34.38% from 255) = 24.3%

 BLUE value IS 254 (99.61% from 255) = 70.95%

R = 4.75%
G = 24.3%
B = 70.95%

CMYK

 C value IS 0.93

 M value IS 0.66

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1157FE (or 0x1157FE) is known color: Navy Blue. HEX triplet: 11, 57 and FE. RGB value is (17,87,254). Sum of RGB (Red+Green+Blue) = 17+87+254=358 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.75% from 358); Green value is 87 (34.38% from 255 or 24.30% from 358); Blue value is 254 (99.61% from 255 or 70.95% from 358); Max value from RGB is 254 - color contains mainly: blue. Hex color #1157FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1157FE is #EEA801. Grayscale: #545454. Windows color (decimal): -15640578 or 16668433. OLE color: 16668433.

HSL color Cylindrical-coordinate representation of color #1157FE: hue angle of 222.28º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1157FE is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 17 87 254 -
CMYK 0.93 0.66 0 0.00
HSL 222.28º 0.99% 0.53% -
HSV(B) 222.28º 0.93% 1% -
XYZ 21.53 14.09 95.35 -
YUV 85.11 223.31 79.42 -
System Red Green Blue C M Y K H S L
Decimal 17 87 254 0.93 0.66 0 0.00 222.28 0.99 0.53
Hex 11 57 FE 5D 42 0 0 DE 63 35
Octal 21 127 376 135 102 0 0 336 143 65
Binary 10001 1010111 11111110 1011101 1000010 0 0 11011110 1100011 110101

Color Harmonies of #1157FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1157FE

Black with #1157FE

Text Example


Text Example

White with #1157FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1157FE; }

 p { color: rgb(17,87,254); }

 H1.HeaderClassName
 {
   color: #1157FE;
 }
 .AnyTagClassName
 {
   color: #1157FE;
 }
</style>

background-color css

<style>
 a { background-color: #1157FE; }

 a { background-color: rgb(17,87,254); }

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

border-color css

<style>
 span { border-color: #1157FE; }

 span { border-color: rgb(17,87,254); }

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