Html Css Color HEX #121795 Ultramarine

📋 copy color: '#121795'

red 18 ◦ green 23 ◦ blue 149

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

Shades of Ultramarine #121795

Tints of Ultramarine #121795

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.11%

 BLUE value IS 149 (58.59% from 255) = 78.42%

R = 9.47%
G = 12.11%
B = 78.42%

CMYK

 C value IS 0.88

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#121795 (or 0x121795) is known color: Ultramarine. HEX triplet: 12, 17 and 95. RGB value is (18,23,149). Sum of RGB (Red+Green+Blue) = 18+23+149=190 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.47% from 190); Green value is 23 (9.38% from 255 or 12.11% from 190); Blue value is 149 (58.59% from 255 or 78.42% from 190); Max value from RGB is 149 - color contains mainly: blue. Hex color #121795 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121795 is #EDE86A. Grayscale: #232323. Windows color (decimal): -15591531 or 9770770. OLE color: 9770770.

HSL color Cylindrical-coordinate representation of color #121795: hue angle of 237.71º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #121795 is Cyan = 0.88, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 23 149 -
CMYK 0.88 0.85 0 0.42
HSL 237.71º 0.78% 0.33% -
HSV(B) 237.71º 0.88% 0.58% -
XYZ 5.98 2.91 28.68 -
YUV 35.87 191.84 115.25 -
System Red Green Blue C M Y K H S L
Decimal 18 23 149 0.88 0.85 0 0.42 237.71 0.78 0.33
Hex 12 17 95 58 55 0 2A EE 4E 21
Octal 22 27 225 130 125 0 52 356 116 41
Binary 10010 10111 10010101 1011000 1010101 0 101010 11101110 1001110 100001

Color Harmonies of #121795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121795

Black with #121795

Text Example


Text Example

White with #121795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121795; }

 p { color: rgb(18,23,149); }

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

background-color css

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

 a { background-color: rgb(18,23,149); }

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

border-color css

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

 span { border-color: rgb(18,23,149); }

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