Html Css Color HEX #12018A Ultramarine

📋 copy color: '#12018A'

red 18 ◦ green 1 ◦ blue 138

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

Shades of Ultramarine #12018A

Tints of Ultramarine #12018A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.64%

 BLUE value IS 138 (54.3% from 255) = 87.9%

R = 11.46%
G = 0.64%
B = 87.9%

CMYK

 C value IS 0.87

 M value IS 0.99

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#12018A (or 0x12018A) is known color: Ultramarine. HEX triplet: 12, 01 and 8A. RGB value is (18,1,138). Sum of RGB (Red+Green+Blue) = 18+1+138=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 138 (54.30% from 255 or 87.90% from 157); Max value from RGB is 138 - color contains mainly: blue. Hex color #12018A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12018A is #EDFE75. Grayscale: #151515. Windows color (decimal): -15597174 or 9044242. OLE color: 9044242.

HSL color Cylindrical-coordinate representation of color #12018A: hue angle of 247.45º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #12018A is Cyan = 0.87, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 18 1 138 -
CMYK 0.87 0.99 0 0.46
HSL 247.45º 0.99% 0.27% -
HSV(B) 247.45º 0.99% 0.54% -
XYZ 4.85 1.99 24.17 -
YUV 21.7 193.63 125.36 -
System Red Green Blue C M Y K H S L
Decimal 18 1 138 0.87 0.99 0 0.46 247.45 0.99 0.27
Hex 12 1 8A 57 63 0 2E F7 63 1B
Octal 22 1 212 127 143 0 56 367 143 33
Binary 10010 1 10001010 1010111 1100011 0 101110 11110111 1100011 11011

Color Harmonies of #12018A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12018A

Black with #12018A

Text Example


Text Example

White with #12018A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12018A; }

 p { color: rgb(18,1,138); }

 H1.HeaderClassName
 {
   color: #12018A;
 }
 .AnyTagClassName
 {
   color: #12018A;
 }
</style>

background-color css

<style>
 a { background-color: #12018A; }

 a { background-color: rgb(18,1,138); }

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

border-color css

<style>
 span { border-color: #12018A; }

 span { border-color: rgb(18,1,138); }

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