Html Css Color HEX #12109B Ultramarine

📋 copy color: '#12109B'

red 18 ◦ green 16 ◦ blue 155

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

Shades of Ultramarine #12109B

Tints of Ultramarine #12109B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.47%

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

R = 9.52%
G = 8.47%
B = 82.01%

CMYK

 C value IS 0.88

 M value IS 0.90

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#12109B (or 0x12109B) is known color: Ultramarine. HEX triplet: 12, 10 and 9B. RGB value is (18,16,155). Sum of RGB (Red+Green+Blue) = 18+16+155=189 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.52% from 189); Green value is 16 (6.64% from 255 or 8.47% from 189); Blue value is 155 (60.94% from 255 or 82.01% from 189); Max value from RGB is 155 - color contains mainly: blue. Hex color #12109B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12109B is #EDEF64. Grayscale: #1F1F1F. Windows color (decimal): -15593317 or 10162194. OLE color: 10162194.

HSL color Cylindrical-coordinate representation of color #12109B: hue angle of 240.86º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12109B is Cyan = 0.88, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 18 16 155 -
CMYK 0.88 0.90 0 0.39
HSL 240.86º 0.81% 0.34% -
HSV(B) 240.86º 0.9% 0.61% -
XYZ 6.35 2.87 31.23 -
YUV 32.44 197.16 117.7 -
System Red Green Blue C M Y K H S L
Decimal 18 16 155 0.88 0.90 0 0.39 240.86 0.81 0.34
Hex 12 10 9B 58 5A 0 27 F1 51 22
Octal 22 20 233 130 132 0 47 361 121 42
Binary 10010 10000 10011011 1011000 1011010 0 100111 11110001 1010001 100010

Color Harmonies of #12109B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12109B

Black with #12109B

Text Example


Text Example

White with #12109B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12109B; }

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

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

background-color css

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

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

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

border-color css

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

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

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