Html Css Color HEX #1150DE Navy Blue

📋 copy color: '#1150DE'

red 17 ◦ green 80 ◦ blue 222

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

Shades of Navy Blue #1150DE

Tints of Navy Blue #1150DE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.08%

 BLUE value IS 222 (87.11% from 255) = 69.59%

R = 5.33%
G = 25.08%
B = 69.59%

CMYK

 C value IS 0.92

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1150DE (or 0x1150DE) is known color: Navy Blue. HEX triplet: 11, 50 and DE. RGB value is (17,80,222). Sum of RGB (Red+Green+Blue) = 17+80+222=319 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.33% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 222 (87.11% from 255 or 69.59% from 319); Max value from RGB is 222 - color contains mainly: blue. Hex color #1150DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1150DE is #EEAF21. Grayscale: #4C4C4C. Windows color (decimal): -15642402 or 14569489. OLE color: 14569489.

HSL color Cylindrical-coordinate representation of color #1150DE: hue angle of 221.56º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1150DE is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 17 80 222 -
CMYK 0.92 0.64 0 0.13
HSL 221.56º 0.86% 0.47% -
HSV(B) 221.56º 0.92% 0.87% -
XYZ 16.28 11.13 70.4 -
YUV 77.35 209.63 84.95 -
System Red Green Blue C M Y K H S L
Decimal 17 80 222 0.92 0.64 0 0.13 221.56 0.86 0.47
Hex 11 50 DE 5C 40 0 D DE 56 2F
Octal 21 120 336 134 100 0 15 336 126 57
Binary 10001 1010000 11011110 1011100 1000000 0 1101 11011110 1010110 101111

Color Harmonies of #1150DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1150DE

Black with #1150DE

Text Example


Text Example

White with #1150DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1150DE; }

 p { color: rgb(17,80,222); }

 H1.HeaderClassName
 {
   color: #1150DE;
 }
 .AnyTagClassName
 {
   color: #1150DE;
 }
</style>

background-color css

<style>
 a { background-color: #1150DE; }

 a { background-color: rgb(17,80,222); }

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

border-color css

<style>
 span { border-color: #1150DE; }

 span { border-color: rgb(17,80,222); }

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