Html Css Color HEX #121792 Ultramarine

📋 copy color: '#121792'

red 18 ◦ green 23 ◦ blue 146

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

Shades of Ultramarine #121792

Tints of Ultramarine #121792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 78.07%

R = 9.63%
G = 12.3%
B = 78.07%

CMYK

 C value IS 0.88

 M value IS 0.84

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#121792 (or 0x121792) is known color: Ultramarine. HEX triplet: 12, 17 and 92. RGB value is (18,23,146). Sum of RGB (Red+Green+Blue) = 18+23+146=187 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.63% from 187); Green value is 23 (9.38% from 255 or 12.30% from 187); Blue value is 146 (57.42% from 255 or 78.07% from 187); Max value from RGB is 146 - color contains mainly: blue. Hex color #121792 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121792 is #EDE86D. Grayscale: #232323. Windows color (decimal): -15591534 or 9574162. OLE color: 9574162.

HSL color Cylindrical-coordinate representation of color #121792: hue angle of 237.66º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #121792 is Cyan = 0.88, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 18 23 146 -
CMYK 0.88 0.84 0 0.43
HSL 237.66º 0.78% 0.32% -
HSV(B) 237.66º 0.88% 0.57% -
XYZ 5.74 2.82 27.44 -
YUV 35.53 190.34 115.5 -
System Red Green Blue C M Y K H S L
Decimal 18 23 146 0.88 0.84 0 0.43 237.66 0.78 0.32
Hex 12 17 92 58 54 0 2B EE 4E 20
Octal 22 27 222 130 124 0 53 356 116 40
Binary 10010 10111 10010010 1011000 1010100 0 101011 11101110 1001110 100000

Color Harmonies of #121792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121792

Black with #121792

Text Example


Text Example

White with #121792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121792; }

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

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

background-color css

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

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

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

border-color css

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

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

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