#1A238C

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

Shades of Ultramarine #1A238C

Tints of Ultramarine #1A238C

Color information

#1A238C (or 0x1A238C) is unknown color: approx Ultramarine. HEX triplet: 1A, 23 and 8C. RGB value is (26,35,140). Sum of RGB (Red+Green+Blue) = 26+35+140=201 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.94% from 201); Green value is 35 (14.06% from 255 or 17.41% from 201); Blue value is 140 (55.08% from 255 or 69.65% from 201); Max value from RGB is 140 - color contains mainly: blue. Hex color #1A238C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A238C is #E5DC73. Grayscale: #2B2B2B. Windows color (decimal): -15064180 or 9184026. OLE color: 9184026.

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

Color convert

RGB2635140-
CMYK0.810.7500.45
HSL235.26º68.67%32.55%-
HSV(B)235.26º81.43%54.9%-
XYZ5.763.3225.15-
YUV44.28182.02114.96-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.94%
GREEN value IS 35 (14.06% from 255) = 17.41%
BLUE value IS 140 (55.08% from 255) = 69.65%
R=12.94%
G=17.41%
B=69.65%

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
Decimal26351400.810.7500.45235.2668.6732.55
Hex1A238C514B02Deb4521
Octal324321412111305535310541
Binary1101010001110001100101000110010110101101111010111000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A238C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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