#1A248F

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

Shades of Ultramarine #1A248F

Tints of Ultramarine #1A248F

Color information

#1A248F (or 0x1A248F) is unknown color: approx Ultramarine. HEX triplet: 1A, 24 and 8F. RGB value is (26,36,143). Sum of RGB (Red+Green+Blue) = 26+36+143=205 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.68% from 205); Green value is 36 (14.45% from 255 or 17.56% from 205); Blue value is 143 (56.25% from 255 or 69.76% from 205); Max value from RGB is 143 - color contains mainly: blue. Hex color #1A248F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A248F is #E5DB70. Grayscale: #2C2C2C. Windows color (decimal): -15063921 or 9380890. OLE color: 9380890.

HSL color Cylindrical-coordinate representation of color #1A248F: hue angle of 234.87º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A248F is Cyan = 0.82, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2636143-
CMYK0.820.7500.44
HSL234.87º69.23%33.14%-
HSV(B)234.87º81.82%56.08%-
XYZ6.013.4626.34-
YUV45.21183.19114.3-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.68%
GREEN value IS 36 (14.45% from 255) = 17.56%
BLUE value IS 143 (56.25% from 255) = 69.76%
R=12.68%
G=17.56%
B=69.76%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal26361430.820.7500.44234.8769.2333.14
Hex1A248F524B02Ceb4521
Octal324421712211305435310541
Binary1101010010010001111101001010010110101100111010111000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A248F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A248F; }

 p { color: rgb(26,36,143); }

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

<style>
 a { background-color: #1A248F; }

 a { background-color: rgb(26,36,143); }

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

<style>
 span { border-color: #1A248F; }

 span { border-color: rgb(26,36,143); }

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