Html Css Color HEX #12159F Ultramarine

📋 copy color: '#12159F'

red 18 ◦ green 21 ◦ blue 159

#12159F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #12159F

Tints of Ultramarine #12159F

RGB

 RED value IS 18 (7.42% from 255) = 9.09%

 GREEN value IS 21 (8.59% from 255) = 10.61%

 BLUE value IS 159 (62.5% from 255) = 80.3%

R = 9.09%
G = 10.61%
B = 80.3%

CMYK

 C value IS 0.89

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#12159F (or 0x12159F) is known color: Ultramarine. HEX triplet: 12, 15 and 9F. RGB value is (18,21,159). Sum of RGB (Red+Green+Blue) = 18+21+159=198 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.09% from 198); Green value is 21 (8.59% from 255 or 10.61% from 198); Blue value is 159 (62.5% from 255 or 80.30% from 198); Max value from RGB is 159 - color contains mainly: blue. Hex color #12159F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12159F is #EDEA60. Grayscale: #232323. Windows color (decimal): -15592033 or 10425618. OLE color: 10425618.

HSL color Cylindrical-coordinate representation of color #12159F: hue angle of 238.72º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12159F is Cyan = 0.89, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 18 21 159 -
CMYK 0.89 0.87 0 0.38
HSL 238.72º 0.8% 0.35% -
HSV(B) 238.72º 0.89% 0.62% -
XYZ 6.78 3.17 33.06 -
YUV 35.84 197.51 115.28 -
System Red Green Blue C M Y K H S L
Decimal 18 21 159 0.89 0.87 0 0.38 238.72 0.8 0.35
Hex 12 15 9F 59 57 0 26 EF 50 23
Octal 22 25 237 131 127 0 46 357 120 43
Binary 10010 10101 10011111 1011001 1010111 0 100110 11101111 1010000 100011

Color Harmonies of #12159F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12159F

Black with #12159F

Text Example


Text Example

White with #12159F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12159F; }

 p { color: rgb(18,21,159); }

 H1.HeaderClassName
 {
   color: #12159F;
 }
 .AnyTagClassName
 {
   color: #12159F;
 }
</style>

background-color css

<style>
 a { background-color: #12159F; }

 a { background-color: rgb(18,21,159); }

 div.DivClassName
 {
   background-color: #12159F;
 }
 .BgClassName
 {
   background-color: #12159F;
 }
</style>

border-color css

<style>
 span { border-color: #12159F; }

 span { border-color: rgb(18,21,159); }

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