Html Css Color HEX #121B8E Ultramarine

📋 copy color: '#121B8E'

red 18 ◦ green 27 ◦ blue 142

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

Shades of Ultramarine #121B8E

Tints of Ultramarine #121B8E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 14.44%

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

R = 9.63%
G = 14.44%
B = 75.94%

CMYK

 C value IS 0.87

 M value IS 0.81

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#121B8E (or 0x121B8E) is known color: Ultramarine. HEX triplet: 12, 1B and 8E. RGB value is (18,27,142). Sum of RGB (Red+Green+Blue) = 18+27+142=187 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.63% from 187); Green value is 27 (10.94% from 255 or 14.44% from 187); Blue value is 142 (55.86% from 255 or 75.94% from 187); Max value from RGB is 142 - color contains mainly: blue. Hex color #121B8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121B8E is #EDE471. Grayscale: #242424. Windows color (decimal): -15590514 or 9313042. OLE color: 9313042.

HSL color Cylindrical-coordinate representation of color #121B8E: hue angle of 235.65º 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 #121B8E is Cyan = 0.87, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 18 27 142 -
CMYK 0.87 0.81 0 0.44
HSL 235.65º 0.78% 0.31% -
HSV(B) 235.65º 0.87% 0.56% -
XYZ 5.52 2.87 25.85 -
YUV 37.42 187.02 114.15 -
System Red Green Blue C M Y K H S L
Decimal 18 27 142 0.87 0.81 0 0.44 235.65 0.78 0.31
Hex 12 1B 8E 57 51 0 2C EC 4E 1F
Octal 22 33 216 127 121 0 54 354 116 37
Binary 10010 11011 10001110 1010111 1010001 0 101100 11101100 1001110 11111

Color Harmonies of #121B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121B8E

Black with #121B8E

Text Example


Text Example

White with #121B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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