Html Css Color HEX #2412AB Ultramarine

📋 copy color: '#2412AB'

red 36 ◦ green 18 ◦ blue 171

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

Shades of Ultramarine #2412AB

Tints of Ultramarine #2412AB

RGB

 RED value IS 36 (14.45% from 255) = 16%

 GREEN value IS 18 (7.42% from 255) = 8%

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

R = 16%
G = 8%
B = 76%

CMYK

 C value IS 0.79

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2412AB (or 0x2412AB) is known color: Ultramarine. HEX triplet: 24, 12 and AB. RGB value is (36,18,171). Sum of RGB (Red+Green+Blue) = 36+18+171=225 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16% from 225); Green value is 18 (7.42% from 255 or 8% from 225); Blue value is 171 (67.19% from 255 or 76% from 225); Max value from RGB is 171 - color contains mainly: blue. Hex color #2412AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2412AB is #DBED54. Grayscale: #282828. Windows color (decimal): -14413141 or 11211300. OLE color: 11211300.

HSL color Cylindrical-coordinate representation of color #2412AB: hue angle of 247.06º 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 #2412AB is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 36 18 171 -
CMYK 0.79 0.89 0 0.33
HSL 247.06º 0.81% 0.37% -
HSV(B) 247.06º 0.89% 0.67% -
XYZ 8.29 3.75 38.81 -
YUV 40.82 201.46 124.56 -
System Red Green Blue C M Y K H S L
Decimal 36 18 171 0.79 0.89 0 0.33 247.06 0.81 0.37
Hex 24 12 AB 4F 59 0 21 F7 51 25
Octal 44 22 253 117 131 0 41 367 121 45
Binary 100100 10010 10101011 1001111 1011001 0 100001 11110111 1010001 100101

Color Harmonies of #2412AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2412AB

Black with #2412AB

Text Example


Text Example

White with #2412AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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