Html Css Color HEX #21248D Ultramarine

📋 copy color: '#21248D'

red 33 ◦ green 36 ◦ blue 141

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

Shades of Ultramarine #21248D

Tints of Ultramarine #21248D

RGB

 RED value IS 33 (13.28% from 255) = 15.71%

 GREEN value IS 36 (14.45% from 255) = 17.14%

 BLUE value IS 141 (55.47% from 255) = 67.14%

R = 15.71%
G = 17.14%
B = 67.14%

CMYK

 C value IS 0.77

 M value IS 0.74

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#21248D (or 0x21248D) is known color: Ultramarine. HEX triplet: 21, 24 and 8D. RGB value is (33,36,141). Sum of RGB (Red+Green+Blue) = 33+36+141=210 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.71% from 210); Green value is 36 (14.45% from 255 or 17.14% from 210); Blue value is 141 (55.47% from 255 or 67.14% from 210); Max value from RGB is 141 - color contains mainly: blue. Hex color #21248D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21248D is #DEDB72. Grayscale: #2E2E2E. Windows color (decimal): -14605171 or 9249825. OLE color: 9249825.

HSL color Cylindrical-coordinate representation of color #21248D: hue angle of 238.33º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21248D is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 33 36 141 -
CMYK 0.77 0.74 0 0.45
HSL 238.33º 0.62% 0.34% -
HSV(B) 238.33º 0.77% 0.55% -
XYZ 6.07 3.51 25.56 -
YUV 47.07 181.01 117.96 -
System Red Green Blue C M Y K H S L
Decimal 33 36 141 0.77 0.74 0 0.45 238.33 0.62 0.34
Hex 21 24 8D 4D 4A 0 2D EE 3E 22
Octal 41 44 215 115 112 0 55 356 76 42
Binary 100001 100100 10001101 1001101 1001010 0 101101 11101110 111110 100010

Color Harmonies of #21248D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21248D

Black with #21248D

Text Example


Text Example

White with #21248D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21248D; }

 p { color: rgb(33,36,141); }

 H1.HeaderClassName
 {
   color: #21248D;
 }
 .AnyTagClassName
 {
   color: #21248D;
 }
</style>

background-color css

<style>
 a { background-color: #21248D; }

 a { background-color: rgb(33,36,141); }

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

border-color css

<style>
 span { border-color: #21248D; }

 span { border-color: rgb(33,36,141); }

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