Html Css Color HEX #12189F Ultramarine

📋 copy color: '#12189F'

red 18 ◦ green 24 ◦ blue 159

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

Shades of Ultramarine #12189F

Tints of Ultramarine #12189F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.94%

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

R = 8.96%
G = 11.94%
B = 79.1%

CMYK

 C value IS 0.89

 M value IS 0.85

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#12189F (or 0x12189F) is known color: Ultramarine. HEX triplet: 12, 18 and 9F. RGB value is (18,24,159). Sum of RGB (Red+Green+Blue) = 18+24+159=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 24 (9.77% from 255 or 11.94% from 201); Blue value is 159 (62.5% from 255 or 79.10% from 201); Max value from RGB is 159 - color contains mainly: blue. Hex color #12189F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12189F is #EDE760. Grayscale: #252525. Windows color (decimal): -15591265 or 10426386. OLE color: 10426386.

HSL color Cylindrical-coordinate representation of color #12189F: hue angle of 237.45º 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 #12189F is Cyan = 0.89, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 18 24 159 -
CMYK 0.89 0.85 0 0.38
HSL 237.45º 0.8% 0.35% -
HSV(B) 237.45º 0.89% 0.62% -
XYZ 6.83 3.29 33.07 -
YUV 37.6 196.51 114.02 -
System Red Green Blue C M Y K H S L
Decimal 18 24 159 0.89 0.85 0 0.38 237.45 0.8 0.35
Hex 12 18 9F 59 55 0 26 ED 50 23
Octal 22 30 237 131 125 0 46 355 120 43
Binary 10010 11000 10011111 1011001 1010101 0 100110 11101101 1010000 100011

Color Harmonies of #12189F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12189F

Black with #12189F

Text Example


Text Example

White with #12189F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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