Html Css Color HEX #1081D8 Navy Blue

📋 copy color: '#1081D8'

red 16 ◦ green 129 ◦ blue 216

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

Shades of Navy Blue #1081D8

Tints of Navy Blue #1081D8

RGB

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

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

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

R = 4.43%
G = 35.73%
B = 59.83%

CMYK

 C value IS 0.93

 M value IS 0.40

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1081D8 (or 0x1081D8) is known color: Navy Blue. HEX triplet: 10, 81 and D8. RGB value is (16,129,216). Sum of RGB (Red+Green+Blue) = 16+129+216=361 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.43% from 361); Green value is 129 (50.78% from 255 or 35.73% from 361); Blue value is 216 (84.77% from 255 or 59.83% from 361); Max value from RGB is 216 - color contains mainly: blue. Hex color #1081D8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1081D8 is #EF7E27. Grayscale: #686868. Windows color (decimal): -15695400 or 14188816. OLE color: 14188816.

HSL color Cylindrical-coordinate representation of color #1081D8: hue angle of 206.1º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1081D8 is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 16 129 216 -
CMYK 0.93 0.40 0 0.15
HSL 206.1º 0.86% 0.45% -
HSV(B) 206.1º 0.93% 0.85% -
XYZ 20.46 20.77 67.9 -
YUV 105.13 190.56 64.43 -
System Red Green Blue C M Y K H S L
Decimal 16 129 216 0.93 0.40 0 0.15 206.1 0.86 0.45
Hex 10 81 D8 5D 28 0 F CE 56 2D
Octal 20 201 330 135 50 0 17 316 126 55
Binary 10000 10000001 11011000 1011101 101000 0 1111 11001110 1010110 101101

Color Harmonies of #1081D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1081D8

Black with #1081D8

Text Example


Text Example

White with #1081D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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