#10038E

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

Shades of Ultramarine #10038E

Tints of Ultramarine #10038E

Color information

#10038E (or 0x10038E) is unknown color: approx Ultramarine. HEX triplet: 10, 03 and 8E. RGB value is (16,3,142). Sum of RGB (Red+Green+Blue) = 16+3+142=161 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.94% from 161); Green value is 3 (1.56% from 255 or 1.86% from 161); Blue value is 142 (55.86% from 255 or 88.20% from 161); Max value from RGB is 142 - color contains mainly: blue. Hex color #10038E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10038E is #EFFC71. Grayscale: #161616. Windows color (decimal): -15727730 or 9306896. OLE color: 9306896.

HSL color Cylindrical-coordinate representation of color #10038E: hue angle of 245.61º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #10038E is Cyan = 0.89, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB163142-
CMYK0.890.9800.44
HSL245.61º95.86%28.43%-
HSV(B)245.61º97.89%55.69%-
XYZ5.132.1325.73-
YUV22.73195.31123.2-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.94%
GREEN value IS 3 (1.56% from 255) = 1.86%
BLUE value IS 142 (55.86% from 255) = 88.20%
R=9.94%
G=1.86%
B=88.20%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1631420.890.9800.44245.6195.8628.43
Hex1038E596202Cf6601c
Octal20321613114205436614034
Binary10000111000111010110011100010010110011110110110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10038E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10038E; }

 p { color: rgb(16,3,142); }

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

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

 a { background-color: rgb(16,3,142); }

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

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

 span { border-color: rgb(16,3,142); }

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