Html Css Color HEX #121B9B Ultramarine

📋 copy color: '#121B9B'

red 18 ◦ green 27 ◦ blue 155

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

Shades of Ultramarine #121B9B

Tints of Ultramarine #121B9B

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.5%

 BLUE value IS 155 (60.94% from 255) = 77.5%

R = 9%
G = 13.5%
B = 77.5%

CMYK

 C value IS 0.88

 M value IS 0.83

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#121B9B (or 0x121B9B) is known color: Ultramarine. HEX triplet: 12, 1B and 9B. RGB value is (18,27,155). Sum of RGB (Red+Green+Blue) = 18+27+155=200 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9% from 200); Green value is 27 (10.94% from 255 or 13.5% from 200); Blue value is 155 (60.94% from 255 or 77.5% from 200); Max value from RGB is 155 - color contains mainly: blue. Hex color #121B9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121B9B is #EDE464. Grayscale: #262626. Windows color (decimal): -15590501 or 10165010. OLE color: 10165010.

HSL color Cylindrical-coordinate representation of color #121B9B: hue angle of 236.06º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #121B9B is Cyan = 0.88, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 18 27 155 -
CMYK 0.88 0.83 0 0.39
HSL 236.06º 0.79% 0.34% -
HSV(B) 236.06º 0.88% 0.61% -
XYZ 6.56 3.28 31.3 -
YUV 38.9 193.52 113.09 -
System Red Green Blue C M Y K H S L
Decimal 18 27 155 0.88 0.83 0 0.39 236.06 0.79 0.34
Hex 12 1B 9B 58 53 0 27 EC 4F 22
Octal 22 33 233 130 123 0 47 354 117 42
Binary 10010 11011 10011011 1011000 1010011 0 100111 11101100 1001111 100010

Color Harmonies of #121B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121B9B

Black with #121B9B

Text Example


Text Example

White with #121B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,27,155); }

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

background-color css

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

 a { background-color: rgb(18,27,155); }

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

border-color css

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

 span { border-color: rgb(18,27,155); }

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