Html Css Color HEX #1154D8 Navy Blue

📋 copy color: '#1154D8'

red 17 ◦ green 84 ◦ blue 216

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

Shades of Navy Blue #1154D8

Tints of Navy Blue #1154D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 68.14%

R = 5.36%
G = 26.5%
B = 68.14%

CMYK

 C value IS 0.92

 M value IS 0.61

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1154D8 (or 0x1154D8) is known color: Navy Blue. HEX triplet: 11, 54 and D8. RGB value is (17,84,216). Sum of RGB (Red+Green+Blue) = 17+84+216=317 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.36% from 317); Green value is 84 (33.20% from 255 or 26.50% from 317); Blue value is 216 (84.77% from 255 or 68.14% from 317); Max value from RGB is 216 - color contains mainly: blue. Hex color #1154D8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1154D8 is #EEAB27. Grayscale: #4E4E4E. Windows color (decimal): -15641384 or 14177297. OLE color: 14177297.

HSL color Cylindrical-coordinate representation of color #1154D8: hue angle of 219.8º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1154D8 is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 17 84 216 -
CMYK 0.92 0.61 0 0.15
HSL 219.8º 0.85% 0.46% -
HSV(B) 219.8º 0.92% 0.85% -
XYZ 15.8 11.42 66.34 -
YUV 79.02 205.3 83.77 -
System Red Green Blue C M Y K H S L
Decimal 17 84 216 0.92 0.61 0 0.15 219.8 0.85 0.46
Hex 11 54 D8 5C 3D 0 F DC 55 2E
Octal 21 124 330 134 75 0 17 334 125 56
Binary 10001 1010100 11011000 1011100 111101 0 1111 11011100 1010101 101110

Color Harmonies of #1154D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1154D8

Black with #1154D8

Text Example


Text Example

White with #1154D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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