Html Css Color HEX #121985 Ultramarine

📋 copy color: '#121985'

red 18 ◦ green 25 ◦ blue 133

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

Shades of Ultramarine #121985

Tints of Ultramarine #121985

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.2%

 BLUE value IS 133 (52.34% from 255) = 75.57%

R = 10.23%
G = 14.2%
B = 75.57%

CMYK

 C value IS 0.86

 M value IS 0.81

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#121985 (or 0x121985) is known color: Ultramarine. HEX triplet: 12, 19 and 85. RGB value is (18,25,133). Sum of RGB (Red+Green+Blue) = 18+25+133=176 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.23% from 176); Green value is 25 (10.16% from 255 or 14.20% from 176); Blue value is 133 (52.34% from 255 or 75.57% from 176); Max value from RGB is 133 - color contains mainly: blue. Hex color #121985 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121985 is #EDE67A. Grayscale: #222222. Windows color (decimal): -15591035 or 8722706. OLE color: 8722706.

HSL color Cylindrical-coordinate representation of color #121985: hue angle of 236.35º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #121985 is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 18 25 133 -
CMYK 0.86 0.81 0 0.48
HSL 236.35º 0.76% 0.3% -
HSV(B) 236.35º 0.86% 0.52% -
XYZ 4.83 2.52 22.42 -
YUV 35.22 183.18 115.72 -
System Red Green Blue C M Y K H S L
Decimal 18 25 133 0.86 0.81 0 0.48 236.35 0.76 0.3
Hex 12 19 85 56 51 0 30 EC 4C 1E
Octal 22 31 205 126 121 0 60 354 114 36
Binary 10010 11001 10000101 1010110 1010001 0 110000 11101100 1001100 11110

Color Harmonies of #121985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121985

Black with #121985

Text Example


Text Example

White with #121985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121985; }

 p { color: rgb(18,25,133); }

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

background-color css

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

 a { background-color: rgb(18,25,133); }

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

border-color css

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

 span { border-color: rgb(18,25,133); }

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