Html Css Color HEX #12129F Ultramarine

📋 copy color: '#12129F'

red 18 ◦ green 18 ◦ blue 159

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

Shades of Ultramarine #12129F

Tints of Ultramarine #12129F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.23%

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

R = 9.23%
G = 9.23%
B = 81.54%

CMYK

 C value IS 0.89

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#12129F (or 0x12129F) is known color: Ultramarine. HEX triplet: 12, 12 and 9F. RGB value is (18,18,159). Sum of RGB (Red+Green+Blue) = 18+18+159=195 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.23% from 195); Green value is 18 (7.42% from 255 or 9.23% from 195); Blue value is 159 (62.5% from 255 or 81.54% from 195); Max value from RGB is 159 - color contains mainly: blue. Hex color #12129F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12129F is #EDED60. Grayscale: #212121. Windows color (decimal): -15592801 or 10424850. OLE color: 10424850.

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

Color convert

RGB 18 18 159 -
CMYK 0.89 0.89 0 0.38
HSL 240º 0.8% 0.35% -
HSV(B) 240º 0.89% 0.62% -
XYZ 6.72 3.06 33.04 -
YUV 34.07 198.5 116.54 -
System Red Green Blue C M Y K H S L
Decimal 18 18 159 0.89 0.89 0 0.38 240 0.8 0.35
Hex 12 12 9F 59 59 0 26 F0 50 23
Octal 22 22 237 131 131 0 46 360 120 43
Binary 10010 10010 10011111 1011001 1011001 0 100110 11110000 1010000 100011

Color Harmonies of #12129F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12129F

Black with #12129F

Text Example


Text Example

White with #12129F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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