Html Css Color HEX #121292 Ultramarine

📋 copy color: '#121292'

red 18 ◦ green 18 ◦ blue 146

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

Shades of Ultramarine #121292

Tints of Ultramarine #121292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 80.22%

R = 9.89%
G = 9.89%
B = 80.22%

CMYK

 C value IS 0.88

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#121292 (or 0x121292) is known color: Ultramarine. HEX triplet: 12, 12 and 92. RGB value is (18,18,146). Sum of RGB (Red+Green+Blue) = 18+18+146=182 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.89% from 182); Green value is 18 (7.42% from 255 or 9.89% from 182); Blue value is 146 (57.42% from 255 or 80.22% from 182); Max value from RGB is 146 - color contains mainly: blue. Hex color #121292 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121292 is #EDED6D. Grayscale: #202020. Windows color (decimal): -15592814 or 9572882. OLE color: 9572882.

HSL color Cylindrical-coordinate representation of color #121292: hue angle of 240º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #121292 is Cyan = 0.88, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 18 18 146 -
CMYK 0.88 0.88 0 0.43
HSL 240º 0.78% 0.32% -
HSV(B) 240º 0.88% 0.57% -
XYZ 5.65 2.64 27.41 -
YUV 32.59 192 117.59 -
System Red Green Blue C M Y K H S L
Decimal 18 18 146 0.88 0.88 0 0.43 240 0.78 0.32
Hex 12 12 92 58 58 0 2B F0 4E 20
Octal 22 22 222 130 130 0 53 360 116 40
Binary 10010 10010 10010010 1011000 1011000 0 101011 11110000 1001110 100000

Color Harmonies of #121292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121292

Black with #121292

Text Example


Text Example

White with #121292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121292; }

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

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

background-color css

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

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

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

border-color css

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

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

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