Html Css Color HEX #121382 Ultramarine

📋 copy color: '#121382'

red 18 ◦ green 19 ◦ blue 130

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

Shades of Ultramarine #121382

Tints of Ultramarine #121382

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.38%

 BLUE value IS 130 (51.17% from 255) = 77.84%

R = 10.78%
G = 11.38%
B = 77.84%

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

#121382 (or 0x121382) is known color: Ultramarine. HEX triplet: 12, 13 and 82. RGB value is (18,19,130). Sum of RGB (Red+Green+Blue) = 18+19+130=167 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.78% from 167); Green value is 19 (7.81% from 255 or 11.38% from 167); Blue value is 130 (51.17% from 255 or 77.84% from 167); Max value from RGB is 130 - color contains mainly: blue. Hex color #121382 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121382 is #EDEC7D. Grayscale: #1E1E1E. Windows color (decimal): -15592574 or 8524562. OLE color: 8524562.

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

Color convert

RGB 18 19 130 -
CMYK 0.86 0.85 0 0.49
HSL 239.46º 0.76% 0.29% -
HSV(B) 239.46º 0.86% 0.51% -
XYZ 4.51 2.21 21.31 -
YUV 31.36 183.67 118.47 -
System Red Green Blue C M Y K H S L
Decimal 18 19 130 0.86 0.85 0 0.49 239.46 0.76 0.29
Hex 12 13 82 56 55 0 31 EF 4C 1D
Octal 22 23 202 126 125 0 61 357 114 35
Binary 10010 10011 10000010 1010110 1010101 0 110001 11101111 1001100 11101

Color Harmonies of #121382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121382

Black with #121382

Text Example


Text Example

White with #121382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121382; }

 p { color: rgb(18,19,130); }

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

background-color css

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

 a { background-color: rgb(18,19,130); }

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

border-color css

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

 span { border-color: rgb(18,19,130); }

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