Html Css Color HEX #121E8E Ultramarine

📋 copy color: '#121E8E'

red 18 ◦ green 30 ◦ blue 142

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

Shades of Ultramarine #121E8E

Tints of Ultramarine #121E8E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.79%

 BLUE value IS 142 (55.86% from 255) = 74.74%

R = 9.47%
G = 15.79%
B = 74.74%

CMYK

 C value IS 0.87

 M value IS 0.79

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#121E8E (or 0x121E8E) is known color: Ultramarine. HEX triplet: 12, 1E and 8E. RGB value is (18,30,142). Sum of RGB (Red+Green+Blue) = 18+30+142=190 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.47% from 190); Green value is 30 (12.11% from 255 or 15.79% from 190); Blue value is 142 (55.86% from 255 or 74.74% from 190); Max value from RGB is 142 - color contains mainly: blue. Hex color #121E8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121E8E is #EDE171. Grayscale: #262626. Windows color (decimal): -15589746 or 9313810. OLE color: 9313810.

HSL color Cylindrical-coordinate representation of color #121E8E: hue angle of 234.19º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #121E8E is Cyan = 0.87, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 18 30 142 -
CMYK 0.87 0.79 0 0.44
HSL 234.19º 0.78% 0.31% -
HSV(B) 234.19º 0.87% 0.56% -
XYZ 5.6 3.01 25.88 -
YUV 39.18 186.02 112.89 -
System Red Green Blue C M Y K H S L
Decimal 18 30 142 0.87 0.79 0 0.44 234.19 0.78 0.31
Hex 12 1E 8E 57 4F 0 2C EA 4E 1F
Octal 22 36 216 127 117 0 54 352 116 37
Binary 10010 11110 10001110 1010111 1001111 0 101100 11101010 1001110 11111

Color Harmonies of #121E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121E8E

Black with #121E8E

Text Example


Text Example

White with #121E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121E8E; }

 p { color: rgb(18,30,142); }

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

background-color css

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

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

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

border-color css

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

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

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