Html Css Color HEX #121685 Ultramarine

📋 copy color: '#121685'

red 18 ◦ green 22 ◦ blue 133

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

Shades of Ultramarine #121685

Tints of Ultramarine #121685

RGB

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

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

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

R = 10.4%
G = 12.72%
B = 76.88%

CMYK

 C value IS 0.86

 M value IS 0.83

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#121685 (or 0x121685) is known color: Ultramarine. HEX triplet: 12, 16 and 85. RGB value is (18,22,133). Sum of RGB (Red+Green+Blue) = 18+22+133=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 22 (8.98% from 255 or 12.72% from 173); Blue value is 133 (52.34% from 255 or 76.88% from 173); Max value from RGB is 133 - color contains mainly: blue. Hex color #121685 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121685 is #EDE97A. Grayscale: #212121. Windows color (decimal): -15591803 or 8721938. OLE color: 8721938.

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

Color convert

RGB 18 22 133 -
CMYK 0.86 0.83 0 0.48
HSL 237.91º 0.76% 0.3% -
HSV(B) 237.91º 0.86% 0.52% -
XYZ 4.77 2.4 22.4 -
YUV 33.46 184.17 116.97 -
System Red Green Blue C M Y K H S L
Decimal 18 22 133 0.86 0.83 0 0.48 237.91 0.76 0.3
Hex 12 16 85 56 53 0 30 EE 4C 1E
Octal 22 26 205 126 123 0 60 356 114 36
Binary 10010 10110 10000101 1010110 1010011 0 110000 11101110 1001100 11110

Color Harmonies of #121685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121685

Black with #121685

Text Example


Text Example

White with #121685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121685; }

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

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

background-color css

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

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

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

border-color css

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

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

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