#101B8D

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

Shades of Ultramarine #101B8D

Tints of Ultramarine #101B8D

Color information

#101B8D (or 0x101B8D) is unknown color: approx Ultramarine. HEX triplet: 10, 1B and 8D. RGB value is (16,27,141). Sum of RGB (Red+Green+Blue) = 16+27+141=184 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.70% from 184); Green value is 27 (10.94% from 255 or 14.67% from 184); Blue value is 141 (55.47% from 255 or 76.63% from 184); Max value from RGB is 141 - color contains mainly: blue. Hex color #101B8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #101B8D is #EFE472. Grayscale: #242424. Windows color (decimal): -15721587 or 9247504. OLE color: 9247504.

HSL color Cylindrical-coordinate representation of color #101B8D: hue angle of 234.72º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #101B8D is Cyan = 0.89, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1627141-
CMYK0.890.8100.45
HSL234.72º79.62%30.78%-
HSV(B)234.72º88.65%55.29%-
XYZ5.412.8225.46-
YUV36.71186.86113.23-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.70%
GREEN value IS 27 (10.94% from 255) = 14.67%
BLUE value IS 141 (55.47% from 255) = 76.63%
R=8.70%
G=14.67%
B=76.63%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal16271410.890.8100.45234.7279.6230.78
Hex101B8D595102Deb501f
Octal203321513112105535312037
Binary10000110111000110110110011010001010110111101011101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,27,141); }

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

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

 a { background-color: rgb(16,27,141); }

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

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

 span { border-color: rgb(16,27,141); }

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