Html Css Color HEX #121886 Ultramarine

📋 copy color: '#121886'

red 18 ◦ green 24 ◦ blue 134

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

Shades of Ultramarine #121886

Tints of Ultramarine #121886

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.64%

 BLUE value IS 134 (52.73% from 255) = 76.14%

R = 10.23%
G = 13.64%
B = 76.14%

CMYK

 C value IS 0.87

 M value IS 0.82

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#121886 (or 0x121886) is known color: Ultramarine. HEX triplet: 12, 18 and 86. RGB value is (18,24,134). Sum of RGB (Red+Green+Blue) = 18+24+134=176 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.23% from 176); Green value is 24 (9.77% from 255 or 13.64% from 176); Blue value is 134 (52.73% from 255 or 76.14% from 176); Max value from RGB is 134 - color contains mainly: blue. Hex color #121886 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121886 is #EDE779. Grayscale: #222222. Windows color (decimal): -15591290 or 8787986. OLE color: 8787986.

HSL color Cylindrical-coordinate representation of color #121886: hue angle of 236.9º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #121886 is Cyan = 0.87, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 18 24 134 -
CMYK 0.87 0.82 0 0.47
HSL 236.9º 0.76% 0.3% -
HSV(B) 236.9º 0.87% 0.53% -
XYZ 4.88 2.5 22.78 -
YUV 34.75 184.01 116.06 -
System Red Green Blue C M Y K H S L
Decimal 18 24 134 0.87 0.82 0 0.47 236.9 0.76 0.3
Hex 12 18 86 57 52 0 2F ED 4C 1E
Octal 22 30 206 127 122 0 57 355 114 36
Binary 10010 11000 10000110 1010111 1010010 0 101111 11101101 1001100 11110

Color Harmonies of #121886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121886

Black with #121886

Text Example


Text Example

White with #121886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121886; }

 p { color: rgb(18,24,134); }

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

background-color css

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

 a { background-color: rgb(18,24,134); }

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

border-color css

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

 span { border-color: rgb(18,24,134); }

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