#10097D

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

Shades of Ultramarine #10097D

Tints of Ultramarine #10097D

Color information

#10097D (or 0x10097D) is unknown color: approx Ultramarine. HEX triplet: 10, 09 and 7D. RGB value is (16,9,125). Sum of RGB (Red+Green+Blue) = 16+9+125=150 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.67% from 150); Green value is 9 (3.91% from 255 or 6% from 150); Blue value is 125 (49.22% from 255 or 83.33% from 150); Max value from RGB is 125 - color contains mainly: blue. Hex color #10097D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10097D is #EFF682. Grayscale: #171717. Windows color (decimal): -15726211 or 8194320. OLE color: 8194320.

HSL color Cylindrical-coordinate representation of color #10097D: hue angle of 243.62º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10097D is Cyan = 0.87, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB169125-
CMYK0.870.9300.51
HSL243.62º86.57%26.27%-
HSV(B)243.62º92.8%49.02%-
XYZ4.011.7919.54-
YUV24.32184.82122.07-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.67%
GREEN value IS 9 (3.91% from 255) = 6%
BLUE value IS 125 (49.22% from 255) = 83.33%
R=10.67%
G=6%
B=83.33%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1691250.870.9300.51243.6286.5726.27
Hex1097D575D033f4571a
Octal201117512713506336412732
Binary100001001111110110101111011101011001111110100101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10097D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10097D; }

 p { color: rgb(16,9,125); }

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

<style>
 a { background-color: #10097D; }

 a { background-color: rgb(16,9,125); }

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

<style>
 span { border-color: #10097D; }

 span { border-color: rgb(16,9,125); }

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