#18238E

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

Shades of Ultramarine #18238E

Tints of Ultramarine #18238E

Color information

#18238E (or 0x18238E) is unknown color: approx Ultramarine. HEX triplet: 18, 23 and 8E. RGB value is (24,35,142). Sum of RGB (Red+Green+Blue) = 24+35+142=201 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.94% from 201); Green value is 35 (14.06% from 255 or 17.41% from 201); Blue value is 142 (55.86% from 255 or 70.65% from 201); Max value from RGB is 142 - color contains mainly: blue. Hex color #18238E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18238E is #E7DC71. Grayscale: #2B2B2B. Windows color (decimal): -15195250 or 9315096. OLE color: 9315096.

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

Color convert

RGB2435142-
CMYK0.830.7500.44
HSL234.41º71.08%32.55%-
HSV(B)234.41º83.1%55.69%-
XYZ5.863.3525.93-
YUV43.91183.36113.8-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.94%
GREEN value IS 35 (14.06% from 255) = 17.41%
BLUE value IS 142 (55.86% from 255) = 70.65%
R=11.94%
G=17.41%
B=70.65%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal24351420.830.7500.44234.4171.0832.55
Hex18238E534B02Cea4721
Octal304321612311305435210741
Binary1100010001110001110101001110010110101100111010101000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18238E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18238E; }

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

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

<style>
 a { background-color: #18238E; }

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

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

<style>
 span { border-color: #18238E; }

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

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