Html Css Color HEX #12158C Ultramarine

📋 copy color: '#12158C'

red 18 ◦ green 21 ◦ blue 140

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

Shades of Ultramarine #12158C

Tints of Ultramarine #12158C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 78.21%

R = 10.06%
G = 11.73%
B = 78.21%

CMYK

 C value IS 0.87

 M value IS 0.85

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#12158C (or 0x12158C) is known color: Ultramarine. HEX triplet: 12, 15 and 8C. RGB value is (18,21,140). Sum of RGB (Red+Green+Blue) = 18+21+140=179 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.06% from 179); Green value is 21 (8.59% from 255 or 11.73% from 179); Blue value is 140 (55.08% from 255 or 78.21% from 179); Max value from RGB is 140 - color contains mainly: blue. Hex color #12158C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12158C is #EDEA73. Grayscale: #212121. Windows color (decimal): -15592052 or 9180434. OLE color: 9180434.

HSL color Cylindrical-coordinate representation of color #12158C: hue angle of 238.52º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12158C is Cyan = 0.87, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 18 21 140 -
CMYK 0.87 0.85 0 0.45
HSL 238.52º 0.77% 0.31% -
HSV(B) 238.52º 0.87% 0.55% -
XYZ 5.25 2.56 25.03 -
YUV 33.67 188.01 116.82 -
System Red Green Blue C M Y K H S L
Decimal 18 21 140 0.87 0.85 0 0.45 238.52 0.77 0.31
Hex 12 15 8C 57 55 0 2D EF 4D 1F
Octal 22 25 214 127 125 0 55 357 115 37
Binary 10010 10101 10001100 1010111 1010101 0 101101 11101111 1001101 11111

Color Harmonies of #12158C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12158C

Black with #12158C

Text Example


Text Example

White with #12158C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12158C; }

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

 H1.HeaderClassName
 {
   color: #12158C;
 }
 .AnyTagClassName
 {
   color: #12158C;
 }
</style>

background-color css

<style>
 a { background-color: #12158C; }

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

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

border-color css

<style>
 span { border-color: #12158C; }

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

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