#15069E

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

Shades of Ultramarine #15069E

Tints of Ultramarine #15069E

Color information

#15069E (or 0x15069E) is unknown color: approx Ultramarine. HEX triplet: 15, 06 and 9E. RGB value is (21,6,158). Sum of RGB (Red+Green+Blue) = 21+6+158=185 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.35% from 185); Green value is 6 (2.73% from 255 or 3.24% from 185); Blue value is 158 (62.11% from 255 or 85.41% from 185); Max value from RGB is 158 - color contains mainly: blue. Hex color #15069E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #15069E is #EAF961. Grayscale: #1B1B1B. Windows color (decimal): -15399266 or 10356245. OLE color: 10356245.

HSL color Cylindrical-coordinate representation of color #15069E: hue angle of 245.92º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #15069E is Cyan = 0.87, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB216158-
CMYK0.870.9600.38
HSL245.92º92.68%32.16%-
HSV(B)245.92º96.2%61.96%-
XYZ6.552.7632.54-
YUV27.81201.47123.14-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.35%
GREEN value IS 6 (2.73% from 255) = 3.24%
BLUE value IS 158 (62.11% from 255) = 85.41%
R=11.35%
G=3.24%
B=85.41%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal2161580.870.9600.38245.9292.6832.16
Hex1569E5760026f65d20
Octal25623612714004636613540
Binary1010111010011110101011111000000100110111101101011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15069E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,6,158); }

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

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

 a { background-color: rgb(21,6,158); }

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

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

 span { border-color: rgb(21,6,158); }

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