Html Css Color HEX #120393 Ultramarine

📋 copy color: '#120393'

red 18 ◦ green 3 ◦ blue 147

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

Shades of Ultramarine #120393

Tints of Ultramarine #120393

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.79%

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

R = 10.71%
G = 1.79%
B = 87.5%

CMYK

 C value IS 0.88

 M value IS 0.98

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#120393 (or 0x120393) is known color: Ultramarine. HEX triplet: 12, 03 and 93. RGB value is (18,3,147). Sum of RGB (Red+Green+Blue) = 18+3+147=168 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.71% from 168); Green value is 3 (1.56% from 255 or 1.79% from 168); Blue value is 147 (57.81% from 255 or 87.5% from 168); Max value from RGB is 147 - color contains mainly: blue. Hex color #120393 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120393 is #EDFC6C. Grayscale: #171717. Windows color (decimal): -15596653 or 9634578. OLE color: 9634578.

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

Color convert

RGB 18 3 147 -
CMYK 0.88 0.98 0 0.42
HSL 246.25º 0.96% 0.29% -
HSV(B) 246.25º 0.98% 0.58% -
XYZ 5.55 2.3 27.76 -
YUV 23.9 197.47 123.79 -
System Red Green Blue C M Y K H S L
Decimal 18 3 147 0.88 0.98 0 0.42 246.25 0.96 0.29
Hex 12 3 93 58 62 0 2A F6 60 1D
Octal 22 3 223 130 142 0 52 366 140 35
Binary 10010 11 10010011 1011000 1100010 0 101010 11110110 1100000 11101

Color Harmonies of #120393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120393

Black with #120393

Text Example


Text Example

White with #120393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120393; }

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

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

background-color css

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

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

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

border-color css

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

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

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