#10148A

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

Shades of Ultramarine #10148A

Tints of Ultramarine #10148A

Color information

#10148A (or 0x10148A) is unknown color: approx Ultramarine. HEX triplet: 10, 14 and 8A. RGB value is (16,20,138). Sum of RGB (Red+Green+Blue) = 16+20+138=174 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.20% from 174); Green value is 20 (8.20% from 255 or 11.49% from 174); Blue value is 138 (54.30% from 255 or 79.31% from 174); Max value from RGB is 138 - color contains mainly: blue. Hex color #10148A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10148A is #EFEB75. Grayscale: #1F1F1F. Windows color (decimal): -15723382 or 9049104. OLE color: 9049104.

HSL color Cylindrical-coordinate representation of color #10148A: hue angle of 238.03º 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 #10148A is Cyan = 0.88, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1620138-
CMYK0.880.8600.46
HSL238.03º79.22%30.2%-
HSV(B)238.03º88.41%54.12%-
XYZ5.052.4524.25-
YUV32.26187.67116.41-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.20%
GREEN value IS 20 (8.20% from 255) = 11.49%
BLUE value IS 138 (54.30% from 255) = 79.31%
R=9.20%
G=11.49%
B=79.31%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal16201380.880.8600.46238.0379.2230.2
Hex10148A585602Eee4f1e
Octal202421213012605635611736
Binary10000101001000101010110001010110010111011101110100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10148A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10148A; }

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

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

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

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

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

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

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

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