#101AA5

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

Shades of Ultramarine #101AA5

Tints of Ultramarine #101AA5

Color information

#101AA5 (or 0x101AA5) is unknown color: approx Ultramarine. HEX triplet: 10, 1A and A5. RGB value is (16,26,165). Sum of RGB (Red+Green+Blue) = 16+26+165=207 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.73% from 207); Green value is 26 (10.55% from 255 or 12.56% from 207); Blue value is 165 (64.84% from 255 or 79.71% from 207); Max value from RGB is 165 - color contains mainly: blue. Hex color #101AA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #101AA5 is #EFE55A. Grayscale: #262626. Windows color (decimal): -15721819 or 10820112. OLE color: 10820112.

HSL color Cylindrical-coordinate representation of color #101AA5: hue angle of 235.97º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #101AA5 is Cyan = 0.90, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB1626165-
CMYK0.900.8400.35
HSL235.97º82.32%35.49%-
HSV(B)235.97º90.3%64.71%-
XYZ7.373.5735.9-
YUV38.86199.19111.7-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.73%
GREEN value IS 26 (10.55% from 255) = 12.56%
BLUE value IS 165 (64.84% from 255) = 79.71%
R=7.73%
G=12.56%
B=79.71%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16261650.900.8400.35235.9782.3235.49
Hex101AA55A54023ec5223
Octal203224513212404335412243
Binary100001101010100101101101010101000100011111011001010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101AA5; }

 p { color: rgb(16,26,165); }

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

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

 a { background-color: rgb(16,26,165); }

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

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

 span { border-color: rgb(16,26,165); }

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