Html Css Color HEX #121A8D Ultramarine

📋 copy color: '#121A8D'

red 18 ◦ green 26 ◦ blue 141

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

Shades of Ultramarine #121A8D

Tints of Ultramarine #121A8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 76.22%

R = 9.73%
G = 14.05%
B = 76.22%

CMYK

 C value IS 0.87

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#121A8D (or 0x121A8D) is known color: Ultramarine. HEX triplet: 12, 1A and 8D. RGB value is (18,26,141). Sum of RGB (Red+Green+Blue) = 18+26+141=185 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.73% from 185); Green value is 26 (10.55% from 255 or 14.05% from 185); Blue value is 141 (55.47% from 255 or 76.22% from 185); Max value from RGB is 141 - color contains mainly: blue. Hex color #121A8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121A8D is #EDE572. Grayscale: #242424. Windows color (decimal): -15590771 or 9247250. OLE color: 9247250.

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

Color convert

RGB 18 26 141 -
CMYK 0.87 0.82 0 0.45
HSL 236.1º 0.77% 0.31% -
HSV(B) 236.1º 0.87% 0.55% -
XYZ 5.43 2.79 25.45 -
YUV 36.72 186.85 114.65 -
System Red Green Blue C M Y K H S L
Decimal 18 26 141 0.87 0.82 0 0.45 236.1 0.77 0.31
Hex 12 1A 8D 57 52 0 2D EC 4D 1F
Octal 22 32 215 127 122 0 55 354 115 37
Binary 10010 11010 10001101 1010111 1010010 0 101101 11101100 1001101 11111

Color Harmonies of #121A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121A8D

Black with #121A8D

Text Example


Text Example

White with #121A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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