#10038C

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

Shades of Ultramarine #10038C

Tints of Ultramarine #10038C

Color information

#10038C (or 0x10038C) is unknown color: approx Ultramarine. HEX triplet: 10, 03 and 8C. RGB value is (16,3,140). Sum of RGB (Red+Green+Blue) = 16+3+140=159 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10.06% from 159); Green value is 3 (1.56% from 255 or 1.89% from 159); Blue value is 140 (55.08% from 255 or 88.05% from 159); Max value from RGB is 140 - color contains mainly: blue. Hex color #10038C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10038C is #EFFC73. Grayscale: #151515. Windows color (decimal): -15727732 or 9175824. OLE color: 9175824.

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

Color convert

RGB163140-
CMYK0.890.9800.45
HSL245.69º95.8%28.04%-
HSV(B)245.69º97.86%54.9%-
XYZ4.982.0724.95-
YUV22.51194.31123.36-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.06%
GREEN value IS 3 (1.56% from 255) = 1.89%
BLUE value IS 140 (55.08% from 255) = 88.05%
R=10.06%
G=1.89%
B=88.05%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1631400.890.9800.45245.6995.828.04
Hex1038C596202Df6601c
Octal20321413114205536614034
Binary10000111000110010110011100010010110111110110110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10038C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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