Html Css Color HEX #121498 Ultramarine

📋 copy color: '#121498'

red 18 ◦ green 20 ◦ blue 152

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

Shades of Ultramarine #121498

Tints of Ultramarine #121498

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.53%

 BLUE value IS 152 (59.77% from 255) = 80%

R = 9.47%
G = 10.53%
B = 80%

CMYK

 C value IS 0.88

 M value IS 0.87

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#121498 (or 0x121498) is known color: Ultramarine. HEX triplet: 12, 14 and 98. RGB value is (18,20,152). Sum of RGB (Red+Green+Blue) = 18+20+152=190 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.47% from 190); Green value is 20 (8.20% from 255 or 10.53% from 190); Blue value is 152 (59.77% from 255 or 80% from 190); Max value from RGB is 152 - color contains mainly: blue. Hex color #121498 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121498 is #EDEB67. Grayscale: #212121. Windows color (decimal): -15592296 or 9966610. OLE color: 9966610.

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

Color convert

RGB 18 20 152 -
CMYK 0.88 0.87 0 0.40
HSL 239.1º 0.79% 0.33% -
HSV(B) 239.1º 0.88% 0.6% -
XYZ 6.17 2.9 29.94 -
YUV 34.45 194.34 116.27 -
System Red Green Blue C M Y K H S L
Decimal 18 20 152 0.88 0.87 0 0.40 239.1 0.79 0.33
Hex 12 14 98 58 57 0 28 EF 4F 21
Octal 22 24 230 130 127 0 50 357 117 41
Binary 10010 10100 10011000 1011000 1010111 0 101000 11101111 1001111 100001

Color Harmonies of #121498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121498

Black with #121498

Text Example


Text Example

White with #121498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121498; }

 p { color: rgb(18,20,152); }

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

background-color css

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

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

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

border-color css

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

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

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