Html Css Color HEX #2415AA Ultramarine

📋 copy color: '#2415AA'

red 36 ◦ green 21 ◦ blue 170

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

Shades of Ultramarine #2415AA

Tints of Ultramarine #2415AA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.25%

 BLUE value IS 170 (66.8% from 255) = 74.89%

R = 15.86%
G = 9.25%
B = 74.89%

CMYK

 C value IS 0.79

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2415AA (or 0x2415AA) is known color: Ultramarine. HEX triplet: 24, 15 and AA. RGB value is (36,21,170). Sum of RGB (Red+Green+Blue) = 36+21+170=227 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.86% from 227); Green value is 21 (8.59% from 255 or 9.25% from 227); Blue value is 170 (66.80% from 255 or 74.89% from 227); Max value from RGB is 170 - color contains mainly: blue. Hex color #2415AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2415AA is #DBEA55. Grayscale: #292929. Windows color (decimal): -14412374 or 11146532. OLE color: 11146532.

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

Color convert

RGB 36 21 170 -
CMYK 0.79 0.88 0 0.33
HSL 246.04º 0.78% 0.37% -
HSV(B) 246.04º 0.88% 0.67% -
XYZ 8.25 3.81 38.33 -
YUV 42.47 199.97 123.38 -
System Red Green Blue C M Y K H S L
Decimal 36 21 170 0.79 0.88 0 0.33 246.04 0.78 0.37
Hex 24 15 AA 4F 58 0 21 F6 4E 25
Octal 44 25 252 117 130 0 41 366 116 45
Binary 100100 10101 10101010 1001111 1011000 0 100001 11110110 1001110 100101

Color Harmonies of #2415AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2415AA

Black with #2415AA

Text Example


Text Example

White with #2415AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2415AA; }

 p { color: rgb(36,21,170); }

 H1.HeaderClassName
 {
   color: #2415AA;
 }
 .AnyTagClassName
 {
   color: #2415AA;
 }
</style>

background-color css

<style>
 a { background-color: #2415AA; }

 a { background-color: rgb(36,21,170); }

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

border-color css

<style>
 span { border-color: #2415AA; }

 span { border-color: rgb(36,21,170); }

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