Html Css Color HEX #1081D0 Navy Blue

📋 copy color: '#1081D0'

red 16 ◦ green 129 ◦ blue 208

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

Shades of Navy Blue #1081D0

Tints of Navy Blue #1081D0

RGB

 RED value IS 16 (6.64% from 255) = 4.53%

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

 BLUE value IS 208 (81.64% from 255) = 58.92%

R = 4.53%
G = 36.54%
B = 58.92%

CMYK

 C value IS 0.92

 M value IS 0.38

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#1081D0 (or 0x1081D0) is known color: Navy Blue. HEX triplet: 10, 81 and D0. RGB value is (16,129,208). Sum of RGB (Red+Green+Blue) = 16+129+208=353 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.53% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 208 (81.64% from 255 or 58.92% from 353); Max value from RGB is 208 - color contains mainly: blue. Hex color #1081D0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1081D0 is #EF7E2F. Grayscale: #676767. Windows color (decimal): -15695408 or 13664528. OLE color: 13664528.

HSL color Cylindrical-coordinate representation of color #1081D0: hue angle of 204.69º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1081D0 is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 16 129 208 -
CMYK 0.92 0.38 0 0.18
HSL 204.69º 0.86% 0.44% -
HSV(B) 204.69º 0.92% 0.82% -
XYZ 19.45 20.36 62.58 -
YUV 104.22 186.56 65.08 -
System Red Green Blue C M Y K H S L
Decimal 16 129 208 0.92 0.38 0 0.18 204.69 0.86 0.44
Hex 10 81 D0 5C 26 0 12 CD 56 2C
Octal 20 201 320 134 46 0 22 315 126 54
Binary 10000 10000001 11010000 1011100 100110 0 10010 11001101 1010110 101100

Color Harmonies of #1081D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1081D0

Black with #1081D0

Text Example


Text Example

White with #1081D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1081D0; }

 p { color: rgb(16,129,208); }

 H1.HeaderClassName
 {
   color: #1081D0;
 }
 .AnyTagClassName
 {
   color: #1081D0;
 }
</style>

background-color css

<style>
 a { background-color: #1081D0; }

 a { background-color: rgb(16,129,208); }

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

border-color css

<style>
 span { border-color: #1081D0; }

 span { border-color: rgb(16,129,208); }

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