Html Css Color HEX #121398 Ultramarine

📋 copy color: '#121398'

red 18 ◦ green 19 ◦ blue 152

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

Shades of Ultramarine #121398

Tints of Ultramarine #121398

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.05%

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

R = 9.52%
G = 10.05%
B = 80.42%

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

#121398 (or 0x121398) is known color: Ultramarine. HEX triplet: 12, 13 and 98. RGB value is (18,19,152). Sum of RGB (Red+Green+Blue) = 18+19+152=189 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.52% from 189); Green value is 19 (7.81% from 255 or 10.05% from 189); Blue value is 152 (59.77% from 255 or 80.42% from 189); Max value from RGB is 152 - color contains mainly: blue. Hex color #121398 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121398 is #EDEC67. Grayscale: #212121. Windows color (decimal): -15592552 or 9966354. OLE color: 9966354.

HSL color Cylindrical-coordinate representation of color #121398: hue angle of 239.55º 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 #121398 is Cyan = 0.88, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 18 19 152 -
CMYK 0.88 0.87 0 0.40
HSL 239.55º 0.79% 0.33% -
HSV(B) 239.55º 0.88% 0.6% -
XYZ 6.15 2.86 29.93 -
YUV 33.86 194.67 116.69 -
System Red Green Blue C M Y K H S L
Decimal 18 19 152 0.88 0.87 0 0.40 239.55 0.79 0.33
Hex 12 13 98 58 57 0 28 F0 4F 21
Octal 22 23 230 130 127 0 50 360 117 41
Binary 10010 10011 10011000 1011000 1010111 0 101000 11110000 1001111 100001

Color Harmonies of #121398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121398

Black with #121398

Text Example


Text Example

White with #121398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121398; }

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

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

background-color css

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

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

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

border-color css

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

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

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