Html Css Color HEX #12018F Ultramarine

📋 copy color: '#12018F'

red 18 ◦ green 1 ◦ blue 143

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

Shades of Ultramarine #12018F

Tints of Ultramarine #12018F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 88.27%

R = 11.11%
G = 0.62%
B = 88.27%

CMYK

 C value IS 0.87

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#12018F (or 0x12018F) is known color: Ultramarine. HEX triplet: 12, 01 and 8F. RGB value is (18,1,143). Sum of RGB (Red+Green+Blue) = 18+1+143=162 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.11% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 143 (56.25% from 255 or 88.27% from 162); Max value from RGB is 143 - color contains mainly: blue. Hex color #12018F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12018F is #EDFE70. Grayscale: #151515. Windows color (decimal): -15597169 or 9371922. OLE color: 9371922.

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

Color convert

RGB 18 1 143 -
CMYK 0.87 0.99 0 0.44
HSL 247.18º 0.99% 0.28% -
HSV(B) 247.18º 0.99% 0.56% -
XYZ 5.22 2.13 26.12 -
YUV 22.27 196.13 124.95 -
System Red Green Blue C M Y K H S L
Decimal 18 1 143 0.87 0.99 0 0.44 247.18 0.99 0.28
Hex 12 1 8F 57 63 0 2C F7 63 1C
Octal 22 1 217 127 143 0 54 367 143 34
Binary 10010 1 10001111 1010111 1100011 0 101100 11110111 1100011 11100

Color Harmonies of #12018F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12018F

Black with #12018F

Text Example


Text Example

White with #12018F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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