Html Css Color HEX #12159D Ultramarine

📋 copy color: '#12159D'

red 18 ◦ green 21 ◦ blue 157

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

Shades of Ultramarine #12159D

Tints of Ultramarine #12159D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.71%

 BLUE value IS 157 (61.72% from 255) = 80.1%

R = 9.18%
G = 10.71%
B = 80.1%

CMYK

 C value IS 0.89

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#12159D (or 0x12159D) is known color: Ultramarine. HEX triplet: 12, 15 and 9D. RGB value is (18,21,157). Sum of RGB (Red+Green+Blue) = 18+21+157=196 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.18% from 196); Green value is 21 (8.59% from 255 or 10.71% from 196); Blue value is 157 (61.72% from 255 or 80.10% from 196); Max value from RGB is 157 - color contains mainly: blue. Hex color #12159D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12159D is #EDEA62. Grayscale: #232323. Windows color (decimal): -15592035 or 10294546. OLE color: 10294546.

HSL color Cylindrical-coordinate representation of color #12159D: hue angle of 238.71º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12159D is Cyan = 0.89, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 18 21 157 -
CMYK 0.89 0.87 0 0.38
HSL 238.71º 0.79% 0.34% -
HSV(B) 238.71º 0.89% 0.62% -
XYZ 6.6 3.1 32.15 -
YUV 35.61 196.51 115.44 -
System Red Green Blue C M Y K H S L
Decimal 18 21 157 0.89 0.87 0 0.38 238.71 0.79 0.34
Hex 12 15 9D 59 57 0 26 EF 4F 22
Octal 22 25 235 131 127 0 46 357 117 42
Binary 10010 10101 10011101 1011001 1010111 0 100110 11101111 1001111 100010

Color Harmonies of #12159D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12159D

Black with #12159D

Text Example


Text Example

White with #12159D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12159D; }

 p { color: rgb(18,21,157); }

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

background-color css

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

 a { background-color: rgb(18,21,157); }

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

border-color css

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

 span { border-color: rgb(18,21,157); }

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