#1807A1

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

Shades of Ultramarine #1807A1

Tints of Ultramarine #1807A1

Color information

#1807A1 (or 0x1807A1) is unknown color: approx Ultramarine. HEX triplet: 18, 07 and A1. RGB value is (24,7,161). Sum of RGB (Red+Green+Blue) = 24+7+161=192 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.5% from 192); Green value is 7 (3.12% from 255 or 3.65% from 192); Blue value is 161 (63.28% from 255 or 83.85% from 192); Max value from RGB is 161 - color contains mainly: blue. Hex color #1807A1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1807A1 is #E7F85E. Grayscale: #1D1D1D. Windows color (decimal): -15202399 or 10553112. OLE color: 10553112.

HSL color Cylindrical-coordinate representation of color #1807A1: hue angle of 246.62º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1807A1 is Cyan = 0.85, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB247161-
CMYK0.850.9600.37
HSL246.62º91.67%32.94%-
HSV(B)246.62º95.65%63.14%-
XYZ6.892.9233.92-
YUV29.64202.13123.98-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.5%
GREEN value IS 7 (3.12% from 255) = 3.65%
BLUE value IS 161 (63.28% from 255) = 83.85%
R=12.5%
G=3.65%
B=83.85%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal2471610.850.9600.37246.6291.6732.94
Hex187A15560025f75c21
Octal30724112514004536713441
Binary1100011110100001101010111000000100101111101111011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1807A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1807A1; }

 p { color: rgb(24,7,161); }

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

<style>
 a { background-color: #1807A1; }

 a { background-color: rgb(24,7,161); }

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

<style>
 span { border-color: #1807A1; }

 span { border-color: rgb(24,7,161); }

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