Html Css Color HEX #120397 Ultramarine

📋 copy color: '#120397'

red 18 ◦ green 3 ◦ blue 151

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

Shades of Ultramarine #120397

Tints of Ultramarine #120397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 87.79%

R = 10.47%
G = 1.74%
B = 87.79%

CMYK

 C value IS 0.88

 M value IS 0.98

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#120397 (or 0x120397) is known color: Ultramarine. HEX triplet: 12, 03 and 97. RGB value is (18,3,151). Sum of RGB (Red+Green+Blue) = 18+3+151=172 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.47% from 172); Green value is 3 (1.56% from 255 or 1.74% from 172); Blue value is 151 (59.38% from 255 or 87.79% from 172); Max value from RGB is 151 - color contains mainly: blue. Hex color #120397 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120397 is #EDFC68. Grayscale: #171717. Windows color (decimal): -15596649 or 9896722. OLE color: 9896722.

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

Color convert

RGB 18 3 151 -
CMYK 0.88 0.98 0 0.41
HSL 246.08º 0.96% 0.3% -
HSV(B) 246.08º 0.98% 0.59% -
XYZ 5.87 2.43 29.44 -
YUV 24.36 199.47 123.47 -
System Red Green Blue C M Y K H S L
Decimal 18 3 151 0.88 0.98 0 0.41 246.08 0.96 0.3
Hex 12 3 97 58 62 0 29 F6 60 1E
Octal 22 3 227 130 142 0 51 366 140 36
Binary 10010 11 10010111 1011000 1100010 0 101001 11110110 1100000 11110

Color Harmonies of #120397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120397

Black with #120397

Text Example


Text Example

White with #120397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120397; }

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

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

background-color css

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

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

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

border-color css

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

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

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