Html Css Color HEX #121299 Ultramarine

📋 copy color: '#121299'

red 18 ◦ green 18 ◦ blue 153

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

Shades of Ultramarine #121299

Tints of Ultramarine #121299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 80.95%

R = 9.52%
G = 9.52%
B = 80.95%

CMYK

 C value IS 0.88

 M value IS 0.88

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#121299 (or 0x121299) is known color: Ultramarine. HEX triplet: 12, 12 and 99. RGB value is (18,18,153). Sum of RGB (Red+Green+Blue) = 18+18+153=189 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.52% from 189); Green value is 18 (7.42% from 255 or 9.52% from 189); Blue value is 153 (60.16% from 255 or 80.95% from 189); Max value from RGB is 153 - color contains mainly: blue. Hex color #121299 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121299 is #EDED66. Grayscale: #202020. Windows color (decimal): -15592807 or 10031634. OLE color: 10031634.

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

Color convert

RGB 18 18 153 -
CMYK 0.88 0.88 0 0.4
HSL 240º 0.79% 0.34% -
HSV(B) 240º 0.88% 0.6% -
XYZ 6.22 2.86 30.36 -
YUV 33.39 195.5 117.02 -
System Red Green Blue C M Y K H S L
Decimal 18 18 153 0.88 0.88 0 0.4 240 0.79 0.34
Hex 12 12 99 58 58 0 28 F0 4F 22
Octal 22 22 231 130 130 0 50 360 117 42
Binary 10010 10010 10011001 1011000 1011000 0 101000 11110000 1001111 100010

Color Harmonies of #121299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121299

Black with #121299

Text Example


Text Example

White with #121299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121299; }

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

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

background-color css

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

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

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

border-color css

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

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

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