Html Css Color HEX #121F98 Ultramarine

📋 copy color: '#121F98'

red 18 ◦ green 31 ◦ blue 152

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

Shades of Ultramarine #121F98

Tints of Ultramarine #121F98

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.42%

 BLUE value IS 152 (59.77% from 255) = 75.62%

R = 8.96%
G = 15.42%
B = 75.62%

CMYK

 C value IS 0.88

 M value IS 0.80

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#121F98 (or 0x121F98) is known color: Ultramarine. HEX triplet: 12, 1F and 98. RGB value is (18,31,152). Sum of RGB (Red+Green+Blue) = 18+31+152=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 31 (12.5% from 255 or 15.42% from 201); Blue value is 152 (59.77% from 255 or 75.62% from 201); Max value from RGB is 152 - color contains mainly: blue. Hex color #121F98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121F98 is #EDE067. Grayscale: #282828. Windows color (decimal): -15589480 or 9969426. OLE color: 9969426.

HSL color Cylindrical-coordinate representation of color #121F98: hue angle of 234.18º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #121F98 is Cyan = 0.88, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 18 31 152 -
CMYK 0.88 0.80 0 0.40
HSL 234.18º 0.79% 0.33% -
HSV(B) 234.18º 0.88% 0.6% -
XYZ 6.41 3.38 30.02 -
YUV 40.91 190.69 111.66 -
System Red Green Blue C M Y K H S L
Decimal 18 31 152 0.88 0.80 0 0.40 234.18 0.79 0.33
Hex 12 1F 98 58 50 0 28 EA 4F 21
Octal 22 37 230 130 120 0 50 352 117 41
Binary 10010 11111 10011000 1011000 1010000 0 101000 11101010 1001111 100001

Color Harmonies of #121F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121F98

Black with #121F98

Text Example


Text Example

White with #121F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121F98; }

 p { color: rgb(18,31,152); }

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

background-color css

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

 a { background-color: rgb(18,31,152); }

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

border-color css

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

 span { border-color: rgb(18,31,152); }

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