Html Css Color HEX #121296 Ultramarine

📋 copy color: '#121296'

red 18 ◦ green 18 ◦ blue 150

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

Shades of Ultramarine #121296

Tints of Ultramarine #121296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 80.65%

R = 9.68%
G = 9.68%
B = 80.65%

CMYK

 C value IS 0.88

 M value IS 0.88

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#121296 (or 0x121296) is known color: Ultramarine. HEX triplet: 12, 12 and 96. RGB value is (18,18,150). Sum of RGB (Red+Green+Blue) = 18+18+150=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 150 (58.98% from 255 or 80.65% from 186); Max value from RGB is 150 - color contains mainly: blue. Hex color #121296 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121296 is #EDED69. Grayscale: #202020. Windows color (decimal): -15592810 or 9835026. OLE color: 9835026.

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

Color convert

RGB 18 18 150 -
CMYK 0.88 0.88 0 0.41
HSL 240º 0.79% 0.33% -
HSV(B) 240º 0.88% 0.59% -
XYZ 5.97 2.76 29.07 -
YUV 33.05 194 117.27 -
System Red Green Blue C M Y K H S L
Decimal 18 18 150 0.88 0.88 0 0.41 240 0.79 0.33
Hex 12 12 96 58 58 0 29 F0 4F 21
Octal 22 22 226 130 130 0 51 360 117 41
Binary 10010 10010 10010110 1011000 1011000 0 101001 11110000 1001111 100001

Color Harmonies of #121296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121296

Black with #121296

Text Example


Text Example

White with #121296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121296; }

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

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

background-color css

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

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

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

border-color css

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

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

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