Html Css Color HEX #1155DE Navy Blue

📋 copy color: '#1155DE'

red 17 ◦ green 85 ◦ blue 222

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

Shades of Navy Blue #1155DE

Tints of Navy Blue #1155DE

RGB

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

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

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

R = 5.25%
G = 26.23%
B = 68.52%

CMYK

 C value IS 0.92

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1155DE (or 0x1155DE) is known color: Navy Blue. HEX triplet: 11, 55 and DE. RGB value is (17,85,222). Sum of RGB (Red+Green+Blue) = 17+85+222=324 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.25% from 324); Green value is 85 (33.59% from 255 or 26.23% from 324); Blue value is 222 (87.11% from 255 or 68.52% from 324); Max value from RGB is 222 - color contains mainly: blue. Hex color #1155DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1155DE is #EEAA21. Grayscale: #4F4F4F. Windows color (decimal): -15641122 or 14570769. OLE color: 14570769.

HSL color Cylindrical-coordinate representation of color #1155DE: hue angle of 220.1º 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 #1155DE is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 17 85 222 -
CMYK 0.92 0.62 0 0.13
HSL 220.1º 0.86% 0.47% -
HSV(B) 220.1º 0.92% 0.87% -
XYZ 16.66 11.89 70.52 -
YUV 80.29 207.97 82.86 -
System Red Green Blue C M Y K H S L
Decimal 17 85 222 0.92 0.62 0 0.13 220.1 0.86 0.47
Hex 11 55 DE 5C 3E 0 D DC 56 2F
Octal 21 125 336 134 76 0 15 334 126 57
Binary 10001 1010101 11011110 1011100 111110 0 1101 11011100 1010110 101111

Color Harmonies of #1155DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1155DE

Black with #1155DE

Text Example


Text Example

White with #1155DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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