Html Css Color HEX #12129B Ultramarine

📋 copy color: '#12129B'

red 18 ◦ green 18 ◦ blue 155

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

Shades of Ultramarine #12129B

Tints of Ultramarine #12129B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 81.15%

R = 9.42%
G = 9.42%
B = 81.15%

CMYK

 C value IS 0.88

 M value IS 0.88

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#12129B (or 0x12129B) is known color: Ultramarine. HEX triplet: 12, 12 and 9B. RGB value is (18,18,155). Sum of RGB (Red+Green+Blue) = 18+18+155=191 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.42% from 191); Green value is 18 (7.42% from 255 or 9.42% from 191); Blue value is 155 (60.94% from 255 or 81.15% from 191); Max value from RGB is 155 - color contains mainly: blue. Hex color #12129B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12129B is #EDED64. Grayscale: #212121. Windows color (decimal): -15592805 or 10162706. OLE color: 10162706.

HSL color Cylindrical-coordinate representation of color #12129B: hue angle of 240º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12129B is Cyan = 0.88, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 18 18 155 -
CMYK 0.88 0.88 0 0.39
HSL 240º 0.79% 0.34% -
HSV(B) 240º 0.88% 0.61% -
XYZ 6.38 2.93 31.24 -
YUV 33.62 196.5 116.86 -
System Red Green Blue C M Y K H S L
Decimal 18 18 155 0.88 0.88 0 0.39 240 0.79 0.34
Hex 12 12 9B 58 58 0 27 F0 4F 22
Octal 22 22 233 130 130 0 47 360 117 42
Binary 10010 10010 10011011 1011000 1011000 0 100111 11110000 1001111 100010

Color Harmonies of #12129B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12129B

Black with #12129B

Text Example


Text Example

White with #12129B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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