#1A238B

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

Shades of Ultramarine #1A238B

Tints of Ultramarine #1A238B

Color information

#1A238B (or 0x1A238B) is unknown color: approx Ultramarine. HEX triplet: 1A, 23 and 8B. RGB value is (26,35,139). Sum of RGB (Red+Green+Blue) = 26+35+139=200 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13% from 200); Green value is 35 (14.06% from 255 or 17.5% from 200); Blue value is 139 (54.69% from 255 or 69.5% from 200); Max value from RGB is 139 - color contains mainly: blue. Hex color #1A238B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A238B is #E5DC74. Grayscale: #2B2B2B. Windows color (decimal): -15064181 or 9118490. OLE color: 9118490.

HSL color Cylindrical-coordinate representation of color #1A238B: hue angle of 235.22º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A238B is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2635139-
CMYK0.810.7500.45
HSL235.22º68.48%32.35%-
HSV(B)235.22º81.29%54.51%-
XYZ5.693.2924.76-
YUV44.16181.52115.04-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13%
GREEN value IS 35 (14.06% from 255) = 17.5%
BLUE value IS 139 (54.69% from 255) = 69.5%
R=13%
G=17.5%
B=69.5%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal26351390.810.7500.45235.2268.4832.35
Hex1A238B514B02Deb4420
Octal324321312111305535310440
Binary1101010001110001011101000110010110101101111010111000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A238B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,35,139); }

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

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

 a { background-color: rgb(26,35,139); }

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

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

 span { border-color: rgb(26,35,139); }

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