Html Css Color HEX #121A92 Ultramarine

📋 copy color: '#121A92'

red 18 ◦ green 26 ◦ blue 146

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

Shades of Ultramarine #121A92

Tints of Ultramarine #121A92

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.68%

 BLUE value IS 146 (57.42% from 255) = 76.84%

R = 9.47%
G = 13.68%
B = 76.84%

CMYK

 C value IS 0.88

 M value IS 0.82

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#121A92 (or 0x121A92) is known color: Ultramarine. HEX triplet: 12, 1A and 92. RGB value is (18,26,146). Sum of RGB (Red+Green+Blue) = 18+26+146=190 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.47% from 190); Green value is 26 (10.55% from 255 or 13.68% from 190); Blue value is 146 (57.42% from 255 or 76.84% from 190); Max value from RGB is 146 - color contains mainly: blue. Hex color #121A92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121A92 is #EDE56D. Grayscale: #242424. Windows color (decimal): -15590766 or 9574930. OLE color: 9574930.

HSL color Cylindrical-coordinate representation of color #121A92: hue angle of 236.25º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #121A92 is Cyan = 0.88, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 18 26 146 -
CMYK 0.88 0.82 0 0.43
HSL 236.25º 0.78% 0.32% -
HSV(B) 236.25º 0.88% 0.57% -
XYZ 5.81 2.94 27.46 -
YUV 37.29 189.35 114.24 -
System Red Green Blue C M Y K H S L
Decimal 18 26 146 0.88 0.82 0 0.43 236.25 0.78 0.32
Hex 12 1A 92 58 52 0 2B EC 4E 20
Octal 22 32 222 130 122 0 53 354 116 40
Binary 10010 11010 10010010 1011000 1010010 0 101011 11101100 1001110 100000

Color Harmonies of #121A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121A92

Black with #121A92

Text Example


Text Example

White with #121A92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,26,146); }

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

background-color css

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

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

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

border-color css

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

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

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