Html Css Color HEX #122289 Ultramarine

📋 copy color: '#122289'

red 18 ◦ green 34 ◦ blue 137

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

Shades of Ultramarine #122289

Tints of Ultramarine #122289

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.99%

 BLUE value IS 137 (53.91% from 255) = 72.49%

R = 9.52%
G = 17.99%
B = 72.49%

CMYK

 C value IS 0.87

 M value IS 0.75

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#122289 (or 0x122289) is known color: Ultramarine. HEX triplet: 12, 22 and 89. RGB value is (18,34,137). Sum of RGB (Red+Green+Blue) = 18+34+137=189 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.52% from 189); Green value is 34 (13.67% from 255 or 17.99% from 189); Blue value is 137 (53.91% from 255 or 72.49% from 189); Max value from RGB is 137 - color contains mainly: blue. Hex color #122289 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122289 is #EDDD76. Grayscale: #282828. Windows color (decimal): -15588727 or 8987154. OLE color: 8987154.

HSL color Cylindrical-coordinate representation of color #122289: hue angle of 231.93º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #122289 is Cyan = 0.87, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 18 34 137 -
CMYK 0.87 0.75 0 0.46
HSL 231.93º 0.77% 0.3% -
HSV(B) 231.93º 0.87% 0.54% -
XYZ 5.34 3.08 23.98 -
YUV 40.96 182.2 111.62 -
System Red Green Blue C M Y K H S L
Decimal 18 34 137 0.87 0.75 0 0.46 231.93 0.77 0.3
Hex 12 22 89 57 4B 0 2E E8 4D 1E
Octal 22 42 211 127 113 0 56 350 115 36
Binary 10010 100010 10001001 1010111 1001011 0 101110 11101000 1001101 11110

Color Harmonies of #122289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122289

Black with #122289

Text Example


Text Example

White with #122289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122289; }

 p { color: rgb(18,34,137); }

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

background-color css

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

 a { background-color: rgb(18,34,137); }

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

border-color css

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

 span { border-color: rgb(18,34,137); }

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