#101398

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

Shades of Ultramarine #101398

Tints of Ultramarine #101398

Color information

#101398 (or 0x101398) is unknown color: approx Ultramarine. HEX triplet: 10, 13 and 98. RGB value is (16,19,152). Sum of RGB (Red+Green+Blue) = 16+19+152=187 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.56% from 187); Green value is 19 (7.81% from 255 or 10.16% from 187); Blue value is 152 (59.77% from 255 or 81.28% from 187); Max value from RGB is 152 - color contains mainly: blue. Hex color #101398 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #101398 is #EFEC67. Grayscale: #202020. Windows color (decimal): -15723624 or 9966352. OLE color: 9966352.

HSL color Cylindrical-coordinate representation of color #101398: hue angle of 238.68º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #101398 is Cyan = 0.89, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1619152-
CMYK0.890.8700.40
HSL238.68º80.95%32.94%-
HSV(B)238.68º89.47%59.61%-
XYZ6.112.8429.93-
YUV33.26195.01115.69-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.56%
GREEN value IS 19 (7.81% from 255) = 10.16%
BLUE value IS 152 (59.77% from 255) = 81.28%
R=8.56%
G=10.16%
B=81.28%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal16191520.890.8700.40238.6880.9532.94
Hex1013985957028ef5121
Octal202323013112705035712141
Binary100001001110011000101100110101110101000111011111010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101398; }

 p { color: rgb(16,19,152); }

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

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

 a { background-color: rgb(16,19,152); }

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

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

 span { border-color: rgb(16,19,152); }

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