Html Css Color HEX #21248F Ultramarine

📋 copy color: '#21248F'

red 33 ◦ green 36 ◦ blue 143

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

Shades of Ultramarine #21248F

Tints of Ultramarine #21248F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 67.45%

R = 15.57%
G = 16.98%
B = 67.45%

CMYK

 C value IS 0.77

 M value IS 0.75

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#21248F (or 0x21248F) is known color: Ultramarine. HEX triplet: 21, 24 and 8F. RGB value is (33,36,143). Sum of RGB (Red+Green+Blue) = 33+36+143=212 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.57% from 212); Green value is 36 (14.45% from 255 or 16.98% from 212); Blue value is 143 (56.25% from 255 or 67.45% from 212); Max value from RGB is 143 - color contains mainly: blue. Hex color #21248F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21248F is #DEDB70. Grayscale: #2E2E2E. Windows color (decimal): -14605169 or 9380897. OLE color: 9380897.

HSL color Cylindrical-coordinate representation of color #21248F: hue angle of 238.36º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21248F is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 33 36 143 -
CMYK 0.77 0.75 0 0.44
HSL 238.36º 0.63% 0.35% -
HSV(B) 238.36º 0.77% 0.56% -
XYZ 6.22 3.57 26.35 -
YUV 47.3 182.01 117.8 -
System Red Green Blue C M Y K H S L
Decimal 33 36 143 0.77 0.75 0 0.44 238.36 0.63 0.35
Hex 21 24 8F 4D 4B 0 2C EE 3E 23
Octal 41 44 217 115 113 0 54 356 76 43
Binary 100001 100100 10001111 1001101 1001011 0 101100 11101110 111110 100011

Color Harmonies of #21248F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21248F

Black with #21248F

Text Example


Text Example

White with #21248F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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