Html Css Color HEX #1181DF Navy Blue

📋 copy color: '#1181DF'

red 17 ◦ green 129 ◦ blue 223

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

Shades of Navy Blue #1181DF

Tints of Navy Blue #1181DF

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.96%

 BLUE value IS 223 (87.5% from 255) = 60.43%

R = 4.61%
G = 34.96%
B = 60.43%

CMYK

 C value IS 0.92

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1181DF (or 0x1181DF) is known color: Navy Blue. HEX triplet: 11, 81 and DF. RGB value is (17,129,223). Sum of RGB (Red+Green+Blue) = 17+129+223=369 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.61% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 223 (87.5% from 255 or 60.43% from 369); Max value from RGB is 223 - color contains mainly: blue. Hex color #1181DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1181DF is #EE7E20. Grayscale: #696969. Windows color (decimal): -15629857 or 14647569. OLE color: 14647569.

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

Color convert

RGB 17 129 223 -
CMYK 0.92 0.42 0 0.13
HSL 207.38º 0.86% 0.47% -
HSV(B) 207.38º 0.92% 0.87% -
XYZ 21.4 21.15 72.77 -
YUV 106.23 193.89 64.36 -
System Red Green Blue C M Y K H S L
Decimal 17 129 223 0.92 0.42 0 0.13 207.38 0.86 0.47
Hex 11 81 DF 5C 2A 0 D CF 56 2F
Octal 21 201 337 134 52 0 15 317 126 57
Binary 10001 10000001 11011111 1011100 101010 0 1101 11001111 1010110 101111

Color Harmonies of #1181DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1181DF

Black with #1181DF

Text Example


Text Example

White with #1181DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1181DF; }

 p { color: rgb(17,129,223); }

 H1.HeaderClassName
 {
   color: #1181DF;
 }
 .AnyTagClassName
 {
   color: #1181DF;
 }
</style>

background-color css

<style>
 a { background-color: #1181DF; }

 a { background-color: rgb(17,129,223); }

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

border-color css

<style>
 span { border-color: #1181DF; }

 span { border-color: rgb(17,129,223); }

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