Html Css Color HEX #122093 Ultramarine

📋 copy color: '#122093'

red 18 ◦ green 32 ◦ blue 147

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

Shades of Ultramarine #122093

Tints of Ultramarine #122093

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.24%

 BLUE value IS 147 (57.81% from 255) = 74.62%

R = 9.14%
G = 16.24%
B = 74.62%

CMYK

 C value IS 0.88

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#122093 (or 0x122093) is known color: Ultramarine. HEX triplet: 12, 20 and 93. RGB value is (18,32,147). Sum of RGB (Red+Green+Blue) = 18+32+147=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 32 (12.89% from 255 or 16.24% from 197); Blue value is 147 (57.81% from 255 or 74.62% from 197); Max value from RGB is 147 - color contains mainly: blue. Hex color #122093 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122093 is #EDDF6C. Grayscale: #282828. Windows color (decimal): -15589229 or 9642002. OLE color: 9642002.

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

Color convert

RGB 18 32 147 -
CMYK 0.88 0.78 0 0.42
HSL 233.49º 0.78% 0.32% -
HSV(B) 233.49º 0.88% 0.58% -
XYZ 6.03 3.27 27.92 -
YUV 40.92 187.86 111.65 -
System Red Green Blue C M Y K H S L
Decimal 18 32 147 0.88 0.78 0 0.42 233.49 0.78 0.32
Hex 12 20 93 58 4E 0 2A E9 4E 20
Octal 22 40 223 130 116 0 52 351 116 40
Binary 10010 100000 10010011 1011000 1001110 0 101010 11101001 1001110 100000

Color Harmonies of #122093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122093

Black with #122093

Text Example


Text Example

White with #122093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122093; }

 p { color: rgb(18,32,147); }

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

background-color css

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

 a { background-color: rgb(18,32,147); }

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

border-color css

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

 span { border-color: rgb(18,32,147); }

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