Html Css Color HEX #121485 Ultramarine

📋 copy color: '#121485'

red 18 ◦ green 20 ◦ blue 133

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

Shades of Ultramarine #121485

Tints of Ultramarine #121485

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.7%

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

R = 10.53%
G = 11.7%
B = 77.78%

CMYK

 C value IS 0.86

 M value IS 0.85

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#121485 (or 0x121485) is known color: Ultramarine. HEX triplet: 12, 14 and 85. RGB value is (18,20,133). Sum of RGB (Red+Green+Blue) = 18+20+133=171 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.53% from 171); Green value is 20 (8.20% from 255 or 11.70% from 171); Blue value is 133 (52.34% from 255 or 77.78% from 171); Max value from RGB is 133 - color contains mainly: blue. Hex color #121485 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121485 is #EDEB7A. Grayscale: #1F1F1F. Windows color (decimal): -15592315 or 8721426. OLE color: 8721426.

HSL color Cylindrical-coordinate representation of color #121485: hue angle of 238.96º 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 #121485 is Cyan = 0.86, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 18 20 133 -
CMYK 0.86 0.85 0 0.48
HSL 238.96º 0.76% 0.3% -
HSV(B) 238.96º 0.86% 0.52% -
XYZ 4.73 2.32 22.39 -
YUV 32.28 184.84 117.81 -
System Red Green Blue C M Y K H S L
Decimal 18 20 133 0.86 0.85 0 0.48 238.96 0.76 0.3
Hex 12 14 85 56 55 0 30 EF 4C 1E
Octal 22 24 205 126 125 0 60 357 114 36
Binary 10010 10100 10000101 1010110 1010101 0 110000 11101111 1001100 11110

Color Harmonies of #121485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121485

Black with #121485

Text Example


Text Example

White with #121485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121485; }

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

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

background-color css

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

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

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

border-color css

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

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

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