#1A238E

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

Shades of Ultramarine #1A238E

Tints of Ultramarine #1A238E

Color information

#1A238E (or 0x1A238E) is unknown color: approx Ultramarine. HEX triplet: 1A, 23 and 8E. RGB value is (26,35,142). Sum of RGB (Red+Green+Blue) = 26+35+142=203 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.81% from 203); Green value is 35 (14.06% from 255 or 17.24% from 203); Blue value is 142 (55.86% from 255 or 69.95% from 203); Max value from RGB is 142 - color contains mainly: blue. Hex color #1A238E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A238E is #E5DC71. Grayscale: #2C2C2C. Windows color (decimal): -15064178 or 9315098. OLE color: 9315098.

HSL color Cylindrical-coordinate representation of color #1A238E: hue angle of 235.34º 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 #1A238E is Cyan = 0.82, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2635142-
CMYK0.820.7500.44
HSL235.34º69.05%32.94%-
HSV(B)235.34º81.69%55.69%-
XYZ5.913.3725.93-
YUV44.51183.02114.8-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.81%
GREEN value IS 35 (14.06% from 255) = 17.24%
BLUE value IS 142 (55.86% from 255) = 69.95%
R=12.81%
G=17.24%
B=69.95%

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
Decimal26351420.820.7500.44235.3469.0532.94
Hex1A238E524B02Ceb4521
Octal324321612211305435310541
Binary1101010001110001110101001010010110101100111010111000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A238E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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