Html Css Color HEX #2412B2 Ultramarine

📋 copy color: '#2412B2'

red 36 ◦ green 18 ◦ blue 178

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

Shades of Ultramarine #2412B2

Tints of Ultramarine #2412B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 76.72%

R = 15.52%
G = 7.76%
B = 76.72%

CMYK

 C value IS 0.80

 M value IS 0.90

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#2412B2 (or 0x2412B2) is known color: Ultramarine. HEX triplet: 24, 12 and B2. RGB value is (36,18,178). Sum of RGB (Red+Green+Blue) = 36+18+178=232 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.52% from 232); Green value is 18 (7.42% from 255 or 7.76% from 232); Blue value is 178 (69.92% from 255 or 76.72% from 232); Max value from RGB is 178 - color contains mainly: blue. Hex color #2412B2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2412B2 is #DBED4D. Grayscale: #292929. Windows color (decimal): -14413134 or 11670052. OLE color: 11670052.

HSL color Cylindrical-coordinate representation of color #2412B2: hue angle of 246.75º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2412B2 is Cyan = 0.80, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 36 18 178 -
CMYK 0.80 0.90 0 0.30
HSL 246.75º 0.82% 0.38% -
HSV(B) 246.75º 0.9% 0.7% -
XYZ 8.98 4.02 42.42 -
YUV 41.62 204.96 123.99 -
System Red Green Blue C M Y K H S L
Decimal 36 18 178 0.80 0.90 0 0.30 246.75 0.82 0.38
Hex 24 12 B2 50 5A 0 1E F7 52 26
Octal 44 22 262 120 132 0 36 367 122 46
Binary 100100 10010 10110010 1010000 1011010 0 11110 11110111 1010010 100110

Color Harmonies of #2412B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2412B2

Black with #2412B2

Text Example


Text Example

White with #2412B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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