Html Css Color HEX #121682 Ultramarine

📋 copy color: '#121682'

red 18 ◦ green 22 ◦ blue 130

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

Shades of Ultramarine #121682

Tints of Ultramarine #121682

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.94%

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

R = 10.59%
G = 12.94%
B = 76.47%

CMYK

 C value IS 0.86

 M value IS 0.83

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#121682 (or 0x121682) is known color: Ultramarine. HEX triplet: 12, 16 and 82. RGB value is (18,22,130). Sum of RGB (Red+Green+Blue) = 18+22+130=170 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.59% from 170); Green value is 22 (8.98% from 255 or 12.94% from 170); Blue value is 130 (51.17% from 255 or 76.47% from 170); Max value from RGB is 130 - color contains mainly: blue. Hex color #121682 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121682 is #EDE97D. Grayscale: #202020. Windows color (decimal): -15591806 or 8525330. OLE color: 8525330.

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

Color convert

RGB 18 22 130 -
CMYK 0.86 0.83 0 0.49
HSL 237.86º 0.76% 0.29% -
HSV(B) 237.86º 0.86% 0.51% -
XYZ 4.57 2.31 21.33 -
YUV 33.12 182.67 117.22 -
System Red Green Blue C M Y K H S L
Decimal 18 22 130 0.86 0.83 0 0.49 237.86 0.76 0.29
Hex 12 16 82 56 53 0 31 EE 4C 1D
Octal 22 26 202 126 123 0 61 356 114 35
Binary 10010 10110 10000010 1010110 1010011 0 110001 11101110 1001100 11101

Color Harmonies of #121682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121682

Black with #121682

Text Example


Text Example

White with #121682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121682; }

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

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

background-color css

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

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

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

border-color css

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

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

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