#1807A6

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

Shades of Ultramarine #1807A6

Tints of Ultramarine #1807A6

Color information

#1807A6 (or 0x1807A6) is unknown color: approx Ultramarine. HEX triplet: 18, 07 and A6. RGB value is (24,7,166). Sum of RGB (Red+Green+Blue) = 24+7+166=197 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.18% from 197); Green value is 7 (3.12% from 255 or 3.55% from 197); Blue value is 166 (65.23% from 255 or 84.26% from 197); Max value from RGB is 166 - color contains mainly: blue. Hex color #1807A6 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1807A6 is #E7F859. Grayscale: #1D1D1D. Windows color (decimal): -15202394 or 10880792. OLE color: 10880792.

HSL color Cylindrical-coordinate representation of color #1807A6: hue angle of 246.42º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1807A6 is Cyan = 0.86, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB247166-
CMYK0.860.9600.35
HSL246.42º91.91%33.92%-
HSV(B)246.42º95.78%65.1%-
XYZ7.343.136.29-
YUV30.21204.63123.57-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.18%
GREEN value IS 7 (3.12% from 255) = 3.55%
BLUE value IS 166 (65.23% from 255) = 84.26%
R=12.18%
G=3.55%
B=84.26%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal2471660.860.9600.35246.4291.9133.92
Hex187A65660023f65c22
Octal30724612614004336613442
Binary1100011110100110101011011000000100011111101101011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1807A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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