Html Css Color HEX #1214AB Ultramarine

📋 copy color: '#1214AB'

red 18 ◦ green 20 ◦ blue 171

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

Shades of Ultramarine #1214AB

Tints of Ultramarine #1214AB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.57%

 BLUE value IS 171 (67.19% from 255) = 81.82%

R = 8.61%
G = 9.57%
B = 81.82%

CMYK

 C value IS 0.89

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1214AB (or 0x1214AB) is known color: Ultramarine. HEX triplet: 12, 14 and AB. RGB value is (18,20,171). Sum of RGB (Red+Green+Blue) = 18+20+171=209 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.61% from 209); Green value is 20 (8.20% from 255 or 9.57% from 209); Blue value is 171 (67.19% from 255 or 81.82% from 209); Max value from RGB is 171 - color contains mainly: blue. Hex color #1214AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1214AB is #EDEB54. Grayscale: #242424. Windows color (decimal): -15592277 or 11211794. OLE color: 11211794.

HSL color Cylindrical-coordinate representation of color #1214AB: hue angle of 239.22º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1214AB is Cyan = 0.89, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 20 171 -
CMYK 0.89 0.88 0 0.33
HSL 239.22º 0.81% 0.37% -
HSV(B) 239.22º 0.89% 0.67% -
XYZ 7.85 3.57 38.8 -
YUV 36.62 203.84 114.72 -
System Red Green Blue C M Y K H S L
Decimal 18 20 171 0.89 0.88 0 0.33 239.22 0.81 0.37
Hex 12 14 AB 59 58 0 21 EF 51 25
Octal 22 24 253 131 130 0 41 357 121 45
Binary 10010 10100 10101011 1011001 1011000 0 100001 11101111 1010001 100101

Color Harmonies of #1214AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1214AB

Black with #1214AB

Text Example


Text Example

White with #1214AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1214AB; }

 p { color: rgb(18,20,171); }

 H1.HeaderClassName
 {
   color: #1214AB;
 }
 .AnyTagClassName
 {
   color: #1214AB;
 }
</style>

background-color css

<style>
 a { background-color: #1214AB; }

 a { background-color: rgb(18,20,171); }

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

border-color css

<style>
 span { border-color: #1214AB; }

 span { border-color: rgb(18,20,171); }

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