#0A1C85

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

Shades of Ultramarine #0A1C85

Tints of Ultramarine #0A1C85

Color information

#0A1C85 (or 0x0A1C85) is unknown color: approx Ultramarine. HEX triplet: 0A, 1C and 85. RGB value is (10,28,133). Sum of RGB (Red+Green+Blue) = 10+28+133=171 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.85% from 171); Green value is 28 (11.33% from 255 or 16.37% from 171); Blue value is 133 (52.34% from 255 or 77.78% from 171); Max value from RGB is 133 - color contains mainly: blue. Hex color #0A1C85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A1C85 is #F5E37A. Grayscale: #222222. Windows color (decimal): -16114555 or 8723466. OLE color: 8723466.

HSL color Cylindrical-coordinate representation of color #0A1C85: hue angle of 231.22º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A1C85 is Cyan = 0.92, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1028133-
CMYK0.920.7900.48
HSL231.22º86.01%28.04%-
HSV(B)231.22º92.48%52.16%-
XYZ4.772.5922.44-
YUV34.59183.54110.46-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.85%
GREEN value IS 28 (11.33% from 255) = 16.37%
BLUE value IS 133 (52.34% from 255) = 77.78%
R=5.85%
G=16.37%
B=77.78%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal10281330.920.7900.48231.2286.0128.04
HexA1C855C4F030e7561c
Octal123420513411706034712634
Binary1010111001000010110111001001111011000011100111101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,28,133); }

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

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

 a { background-color: rgb(10,28,133); }

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

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

 span { border-color: rgb(10,28,133); }

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