#1083D4

Color #1083D4 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #1083D4

Tints of Navy Blue #1083D4

Color information

#1083D4 (or 0x1083D4) is unknown color: approx Navy Blue. HEX triplet: 10, 83 and D4. RGB value is (16,131,212). Sum of RGB (Red+Green+Blue) = 16+131+212=359 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.46% from 359); Green value is 131 (51.56% from 255 or 36.49% from 359); Blue value is 212 (83.20% from 255 or 59.05% from 359); Max value from RGB is 212 - color contains mainly: blue. Hex color #1083D4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1083D4 is #EF7C2B. Grayscale: #696969. Windows color (decimal): -15694892 or 13927184. OLE color: 13927184.

HSL color Cylindrical-coordinate representation of color #1083D4: hue angle of 204.8º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1083D4 is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB16131212-
CMYK0.920.3800.17
HSL204.8º85.96%44.71%-
HSV(B)204.8º92.45%83.14%-
XYZ20.2121.165.29-
YUV105.85187.963.91-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.46%
GREEN value IS 131 (51.56% from 255) = 36.49%
BLUE value IS 212 (83.20% from 255) = 59.05%
R=4.46%
G=36.49%
B=59.05%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal161312120.920.3800.17204.885.9644.71
Hex1083D45C26011cd562d
Octal202033241344602131512655
Binary1000010000011110101001011100100110010001110011011010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1083D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1083D4; }

 p { color: rgb(16,131,212); }

 H1.HeaderClassName
 {
   color: #1083D4;
 }
 .AnyTagClassName
 {
   color: #1083D4;
 }
</style>
background-color css

<style>
 a { background-color: #1083D4; }

 a { background-color: rgb(16,131,212); }

 div.DivClassName
 {
   background-color: #1083D4;
 }
 .BgClassName
 {
   background-color: #1083D4;
 }
</style>
border-color css

<style>
 span { border-color: #1083D4; }

 span { border-color: rgb(16,131,212); }

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