#101481

Color #101481 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #101481

Tints of Ultramarine #101481

Color information

#101481 (or 0x101481) is unknown color: approx Ultramarine. HEX triplet: 10, 14 and 81. RGB value is (16,20,129). Sum of RGB (Red+Green+Blue) = 16+20+129=165 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.70% from 165); Green value is 20 (8.20% from 255 or 12.12% from 165); Blue value is 129 (50.78% from 255 or 78.18% from 165); Max value from RGB is 129 - color contains mainly: blue. Hex color #101481 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #101481 is #EFEB7E. Grayscale: #1E1E1E. Windows color (decimal): -15723391 or 8459280. OLE color: 8459280.

HSL color Cylindrical-coordinate representation of color #101481: hue angle of 237.88º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #101481 is Cyan = 0.88, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1620129-
CMYK0.880.8400.49
HSL237.88º77.93%28.43%-
HSV(B)237.88º87.6%50.59%-
XYZ4.432.220.96-
YUV31.23183.17117.14-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.70%
GREEN value IS 20 (8.20% from 255) = 12.12%
BLUE value IS 129 (50.78% from 255) = 78.18%
R=9.70%
G=12.12%
B=78.18%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal16201290.880.8400.49237.8877.9328.43
Hex1014815854031ee4e1c
Octal202420113012406135611634
Binary10000101001000000110110001010100011000111101110100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101481; }

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

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

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

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

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

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

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

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