Html Css Color HEX #1155FE Navy Blue

📋 copy color: '#1155FE'

red 17 ◦ green 85 ◦ blue 254

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

Shades of Navy Blue #1155FE

Tints of Navy Blue #1155FE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.88%

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

R = 4.78%
G = 23.88%
B = 71.35%

CMYK

 C value IS 0.93

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1155FE (or 0x1155FE) is known color: Navy Blue. HEX triplet: 11, 55 and FE. RGB value is (17,85,254). Sum of RGB (Red+Green+Blue) = 17+85+254=356 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.78% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 254 (99.61% from 255 or 71.35% from 356); Max value from RGB is 254 - color contains mainly: blue. Hex color #1155FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1155FE is #EEAA01. Grayscale: #535353. Windows color (decimal): -15641090 or 16667921. OLE color: 16667921.

HSL color Cylindrical-coordinate representation of color #1155FE: hue angle of 222.78º 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 #1155FE is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 17 85 254 -
CMYK 0.93 0.67 0 0.00
HSL 222.78º 0.99% 0.53% -
HSV(B) 222.78º 0.93% 1% -
XYZ 21.37 13.77 95.3 -
YUV 83.93 223.97 80.26 -
System Red Green Blue C M Y K H S L
Decimal 17 85 254 0.93 0.67 0 0.00 222.78 0.99 0.53
Hex 11 55 FE 5D 43 0 0 DF 63 35
Octal 21 125 376 135 103 0 0 337 143 65
Binary 10001 1010101 11111110 1011101 1000011 0 0 11011111 1100011 110101

Color Harmonies of #1155FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1155FE

Black with #1155FE

Text Example


Text Example

White with #1155FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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