#10069A

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

Shades of Ultramarine #10069A

Tints of Ultramarine #10069A

Color information

#10069A (or 0x10069A) is unknown color: approx Ultramarine. HEX triplet: 10, 06 and 9A. RGB value is (16,6,154). Sum of RGB (Red+Green+Blue) = 16+6+154=176 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.09% from 176); Green value is 6 (2.73% from 255 or 3.41% from 176); Blue value is 154 (60.55% from 255 or 87.5% from 176); Max value from RGB is 154 - color contains mainly: blue. Hex color #10069A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10069A is #EFF965. Grayscale: #191919. Windows color (decimal): -15726950 or 10094096. OLE color: 10094096.

HSL color Cylindrical-coordinate representation of color #10069A: hue angle of 244.05º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #10069A is Cyan = 0.90, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB166154-
CMYK0.900.9600.40
HSL244.05º92.5%31.37%-
HSV(B)244.05º96.1%60.39%-
XYZ6.112.5730.75-
YUV25.86200.31120.97-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.09%
GREEN value IS 6 (2.73% from 255) = 3.41%
BLUE value IS 154 (60.55% from 255) = 87.5%
R=9.09%
G=3.41%
B=87.5%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1661540.900.9600.40244.0592.531.37
Hex1069A5A60028f45c1f
Octal20623213214005036413437
Binary100001101001101010110101100000010100011110100101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10069A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,6,154); }

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

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

 a { background-color: rgb(16,6,154); }

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

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

 span { border-color: rgb(16,6,154); }

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