Html Css Color HEX #1154FF Navy Blue

📋 copy color: '#1154FF'

red 17 ◦ green 84 ◦ blue 255

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

Shades of Navy Blue #1154FF

Tints of Navy Blue #1154FF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.6%

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

R = 4.78%
G = 23.6%
B = 71.63%

CMYK

 C value IS 0.93

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1154FF (or 0x1154FF) is known color: Navy Blue. HEX triplet: 11, 54 and FF. RGB value is (17,84,255). Sum of RGB (Red+Green+Blue) = 17+84+255=356 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.78% from 356); Green value is 84 (33.20% from 255 or 23.60% from 356); Blue value is 255 (100% from 255 or 71.63% from 356); Max value from RGB is 255 - color contains mainly: blue. Hex color #1154FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1154FF is #EEAB00. Grayscale: #525252. Windows color (decimal): -15641345 or 16733201. OLE color: 16733201.

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

Color convert

RGB 17 84 255 -
CMYK 0.93 0.67 0 0
HSL 223.11º 1% 0.53% -
HSV(B) 223.11º 0.93% 1% -
XYZ 21.45 13.68 96.12 -
YUV 83.46 224.8 80.6 -
System Red Green Blue C M Y K H S L
Decimal 17 84 255 0.93 0.67 0 0 223.11 1 0.53
Hex 11 54 FF 5D 43 0 0 DF 64 35
Octal 21 124 377 135 103 0 0 337 144 65
Binary 10001 1010100 11111111 1011101 1000011 0 0 11011111 1100100 110101

Color Harmonies of #1154FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1154FF

Black with #1154FF

Text Example


Text Example

White with #1154FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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