Html Css Color HEX #12138B Ultramarine

📋 copy color: '#12138B'

red 18 ◦ green 19 ◦ blue 139

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

Shades of Ultramarine #12138B

Tints of Ultramarine #12138B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.8%

 BLUE value IS 139 (54.69% from 255) = 78.98%

R = 10.23%
G = 10.8%
B = 78.98%

CMYK

 C value IS 0.87

 M value IS 0.86

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#12138B (or 0x12138B) is known color: Ultramarine. HEX triplet: 12, 13 and 8B. RGB value is (18,19,139). Sum of RGB (Red+Green+Blue) = 18+19+139=176 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.23% from 176); Green value is 19 (7.81% from 255 or 10.80% from 176); Blue value is 139 (54.69% from 255 or 78.98% from 176); Max value from RGB is 139 - color contains mainly: blue. Hex color #12138B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12138B is #EDEC74. Grayscale: #1F1F1F. Windows color (decimal): -15592565 or 9114386. OLE color: 9114386.

HSL color Cylindrical-coordinate representation of color #12138B: hue angle of 239.5º 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 #12138B is Cyan = 0.87, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 18 19 139 -
CMYK 0.87 0.86 0 0.45
HSL 239.5º 0.77% 0.31% -
HSV(B) 239.5º 0.87% 0.55% -
XYZ 5.14 2.46 24.63 -
YUV 32.38 188.17 117.74 -
System Red Green Blue C M Y K H S L
Decimal 18 19 139 0.87 0.86 0 0.45 239.5 0.77 0.31
Hex 12 13 8B 57 56 0 2D F0 4D 1F
Octal 22 23 213 127 126 0 55 360 115 37
Binary 10010 10011 10001011 1010111 1010110 0 101101 11110000 1001101 11111

Color Harmonies of #12138B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12138B

Black with #12138B

Text Example


Text Example

White with #12138B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,19,139); }

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

background-color css

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

 a { background-color: rgb(18,19,139); }

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

border-color css

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

 span { border-color: rgb(18,19,139); }

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