Html Css Color HEX #121C9F Ultramarine

📋 copy color: '#121C9F'

red 18 ◦ green 28 ◦ blue 159

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

Shades of Ultramarine #121C9F

Tints of Ultramarine #121C9F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.66%

 BLUE value IS 159 (62.5% from 255) = 77.56%

R = 8.78%
G = 13.66%
B = 77.56%

CMYK

 C value IS 0.89

 M value IS 0.82

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#121C9F (or 0x121C9F) is known color: Ultramarine. HEX triplet: 12, 1C and 9F. RGB value is (18,28,159). Sum of RGB (Red+Green+Blue) = 18+28+159=205 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.78% from 205); Green value is 28 (11.33% from 255 or 13.66% from 205); Blue value is 159 (62.5% from 255 or 77.56% from 205); Max value from RGB is 159 - color contains mainly: blue. Hex color #121C9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121C9F is #EDE360. Grayscale: #272727. Windows color (decimal): -15590241 or 10427410. OLE color: 10427410.

HSL color Cylindrical-coordinate representation of color #121C9F: hue angle of 235.74º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #121C9F is Cyan = 0.89, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 18 28 159 -
CMYK 0.89 0.82 0 0.38
HSL 235.74º 0.8% 0.35% -
HSV(B) 235.74º 0.89% 0.62% -
XYZ 6.92 3.46 33.1 -
YUV 39.94 195.19 112.35 -
System Red Green Blue C M Y K H S L
Decimal 18 28 159 0.89 0.82 0 0.38 235.74 0.8 0.35
Hex 12 1C 9F 59 52 0 26 EC 50 23
Octal 22 34 237 131 122 0 46 354 120 43
Binary 10010 11100 10011111 1011001 1010010 0 100110 11101100 1010000 100011

Color Harmonies of #121C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121C9F

Black with #121C9F

Text Example


Text Example

White with #121C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,28,159); }

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

background-color css

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

 a { background-color: rgb(18,28,159); }

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

border-color css

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

 span { border-color: rgb(18,28,159); }

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