#0A1687

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

Shades of Ultramarine #0A1687

Tints of Ultramarine #0A1687

Color information

#0A1687 (or 0x0A1687) is unknown color: approx Ultramarine. HEX triplet: 0A, 16 and 87. RGB value is (10,22,135). Sum of RGB (Red+Green+Blue) = 10+22+135=167 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.99% from 167); Green value is 22 (8.98% from 255 or 13.17% from 167); Blue value is 135 (53.12% from 255 or 80.84% from 167); Max value from RGB is 135 - color contains mainly: blue. Hex color #0A1687 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A1687 is #F5E978. Grayscale: #1E1E1E. Windows color (decimal): -16116089 or 8853002. OLE color: 8853002.

HSL color Cylindrical-coordinate representation of color #0A1687: hue angle of 234.24º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A1687 is Cyan = 0.93, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1022135-
CMYK0.930.8400.47
HSL234.24º86.21%28.43%-
HSV(B)234.24º92.59%52.94%-
XYZ4.792.3923.13-
YUV31.29186.52112.81-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.99%
GREEN value IS 22 (8.98% from 255) = 13.17%
BLUE value IS 135 (53.12% from 255) = 80.84%
R=5.99%
G=13.17%
B=80.84%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10221350.930.8400.47234.2486.2128.43
HexA16875D5402Fea561c
Octal122620713512405735212634
Binary1010101101000011110111011010100010111111101010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A1687; }

 p { color: rgb(10,22,135); }

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

<style>
 a { background-color: #0A1687; }

 a { background-color: rgb(10,22,135); }

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

<style>
 span { border-color: #0A1687; }

 span { border-color: rgb(10,22,135); }

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