Html Css Color HEX #121497 Ultramarine

📋 copy color: '#121497'

red 18 ◦ green 20 ◦ blue 151

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

Shades of Ultramarine #121497

Tints of Ultramarine #121497

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.58%

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

R = 9.52%
G = 10.58%
B = 79.89%

CMYK

 C value IS 0.88

 M value IS 0.87

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#121497 (or 0x121497) is known color: Ultramarine. HEX triplet: 12, 14 and 97. RGB value is (18,20,151). Sum of RGB (Red+Green+Blue) = 18+20+151=189 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.52% from 189); Green value is 20 (8.20% from 255 or 10.58% from 189); Blue value is 151 (59.38% from 255 or 79.89% from 189); Max value from RGB is 151 - color contains mainly: blue. Hex color #121497 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121497 is #EDEB68. Grayscale: #212121. Windows color (decimal): -15592297 or 9901074. OLE color: 9901074.

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

Color convert

RGB 18 20 151 -
CMYK 0.88 0.87 0 0.41
HSL 239.1º 0.79% 0.33% -
HSV(B) 239.1º 0.88% 0.59% -
XYZ 6.09 2.86 29.51 -
YUV 34.34 193.84 116.35 -
System Red Green Blue C M Y K H S L
Decimal 18 20 151 0.88 0.87 0 0.41 239.1 0.79 0.33
Hex 12 14 97 58 57 0 29 EF 4F 21
Octal 22 24 227 130 127 0 51 357 117 41
Binary 10010 10100 10010111 1011000 1010111 0 101001 11101111 1001111 100001

Color Harmonies of #121497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121497

Black with #121497

Text Example


Text Example

White with #121497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121497; }

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

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

background-color css

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

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

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

border-color css

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

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

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