#12238c

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

Shades of Ultramarine #12238C

Tints of Ultramarine #12238C

Color information

#12238C (or 0x12238C) is unknown color: approx Ultramarine. HEX triplet: 12, 23 and 8C. RGB value is (18,35,140). Sum of RGB (Red+Green+Blue) = 18+35+140=193 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.33% from 193); Green value is 35 (14.06% from 255 or 18.13% from 193); Blue value is 140 (55.08% from 255 or 72.54% from 193); Max value from RGB is 140 - color contains mainly: blue. Hex color #12238C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12238C is #EDDC73. Grayscale: #292929. Windows color (decimal): -15588468 or 9184018. OLE color: 9184018.

HSL color Cylindrical-coordinate representation of color #12238C: hue angle of 231.64º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12238C is Cyan = 0.87, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1835140-
CMYK0.870.7500.45
HSL231.64º77.22%30.98%-
HSV(B)231.64º87.14%54.9%-
XYZ5.583.2225.14-
YUV41.89183.37110.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.33%
GREEN value IS 35 (14.06% from 255) = 18.13%
BLUE value IS 140 (55.08% from 255) = 72.54%
R=9.33%
G=18.13%
B=72.54%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal18351400.870.7500.45231.6477.2230.98
Hex12238C574B02De84d1f
Octal224321412711305535011537
Binary100101000111000110010101111001011010110111101000100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12238c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12238c; }

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

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

<style>
 a { background-color: #12238c; }

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

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

<style>
 span { border-color: #12238c; }

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

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