#101B8A

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

Shades of Ultramarine #101B8A

Tints of Ultramarine #101B8A

Color information

#101B8A (or 0x101B8A) is unknown color: approx Ultramarine. HEX triplet: 10, 1B and 8A. RGB value is (16,27,138). Sum of RGB (Red+Green+Blue) = 16+27+138=181 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.84% from 181); Green value is 27 (10.94% from 255 or 14.92% from 181); Blue value is 138 (54.30% from 255 or 76.24% from 181); Max value from RGB is 138 - color contains mainly: blue. Hex color #101B8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #101B8A is #EFE475. Grayscale: #232323. Windows color (decimal): -15721590 or 9050896. OLE color: 9050896.

HSL color Cylindrical-coordinate representation of color #101B8A: hue angle of 234.59º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #101B8A is Cyan = 0.88, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1627138-
CMYK0.880.8000.46
HSL234.59º79.22%30.2%-
HSV(B)234.59º88.41%54.12%-
XYZ5.192.7324.3-
YUV36.36185.36113.47-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.84%
GREEN value IS 27 (10.94% from 255) = 14.92%
BLUE value IS 138 (54.30% from 255) = 76.24%
R=8.84%
G=14.92%
B=76.24%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal16271380.880.8000.46234.5979.2230.2
Hex101B8A585002Eeb4f1e
Octal203321213012005635311736
Binary10000110111000101010110001010000010111011101011100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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