Html Css Color HEX #121483 Ultramarine

📋 copy color: '#121483'

red 18 ◦ green 20 ◦ blue 131

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

Shades of Ultramarine #121483

Tints of Ultramarine #121483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 77.51%

R = 10.65%
G = 11.83%
B = 77.51%

CMYK

 C value IS 0.86

 M value IS 0.85

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#121483 (or 0x121483) is known color: Ultramarine. HEX triplet: 12, 14 and 83. RGB value is (18,20,131). Sum of RGB (Red+Green+Blue) = 18+20+131=169 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.65% from 169); Green value is 20 (8.20% from 255 or 11.83% from 169); Blue value is 131 (51.56% from 255 or 77.51% from 169); Max value from RGB is 131 - color contains mainly: blue. Hex color #121483 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121483 is #EDEB7C. Grayscale: #1F1F1F. Windows color (decimal): -15592317 or 8590354. OLE color: 8590354.

HSL color Cylindrical-coordinate representation of color #121483: hue angle of 238.94º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #121483 is Cyan = 0.86, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 18 20 131 -
CMYK 0.86 0.85 0 0.49
HSL 238.94º 0.76% 0.29% -
HSV(B) 238.94º 0.86% 0.51% -
XYZ 4.6 2.27 21.67 -
YUV 32.06 183.84 117.97 -
System Red Green Blue C M Y K H S L
Decimal 18 20 131 0.86 0.85 0 0.49 238.94 0.76 0.29
Hex 12 14 83 56 55 0 31 EF 4C 1D
Octal 22 24 203 126 125 0 61 357 114 35
Binary 10010 10100 10000011 1010110 1010101 0 110001 11101111 1001100 11101

Color Harmonies of #121483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121483

Black with #121483

Text Example


Text Example

White with #121483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121483; }

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

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

background-color css

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

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

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

border-color css

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

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

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