Html Css Color HEX #1157FF Navy Blue

📋 copy color: '#1157FF'

red 17 ◦ green 87 ◦ blue 255

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

Shades of Navy Blue #1157FF

Tints of Navy Blue #1157FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 71.03%

R = 4.74%
G = 24.23%
B = 71.03%

CMYK

 C value IS 0.93

 M value IS 0.66

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1157FF (or 0x1157FF) is known color: Navy Blue. HEX triplet: 11, 57 and FF. RGB value is (17,87,255). Sum of RGB (Red+Green+Blue) = 17+87+255=359 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.74% from 359); Green value is 87 (34.38% from 255 or 24.23% from 359); Blue value is 255 (100% from 255 or 71.03% from 359); Max value from RGB is 255 - color contains mainly: blue. Hex color #1157FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1157FF is #EEA800. Grayscale: #545454. Windows color (decimal): -15640577 or 16733969. OLE color: 16733969.

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

Color convert

RGB 17 87 255 -
CMYK 0.93 0.66 0 0
HSL 222.35º 1% 0.53% -
HSV(B) 222.35º 0.93% 1% -
XYZ 21.69 14.16 96.2 -
YUV 85.22 223.81 79.34 -
System Red Green Blue C M Y K H S L
Decimal 17 87 255 0.93 0.66 0 0 222.35 1 0.53
Hex 11 57 FF 5D 42 0 0 DE 64 35
Octal 21 127 377 135 102 0 0 336 144 65
Binary 10001 1010111 11111111 1011101 1000010 0 0 11011110 1100100 110101

Color Harmonies of #1157FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1157FF

Black with #1157FF

Text Example


Text Example

White with #1157FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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