Html Css Color HEX #21248C Ultramarine

📋 copy color: '#21248C'

red 33 ◦ green 36 ◦ blue 140

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

Shades of Ultramarine #21248C

Tints of Ultramarine #21248C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 66.99%

R = 15.79%
G = 17.22%
B = 66.99%

CMYK

 C value IS 0.76

 M value IS 0.74

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#21248C (or 0x21248C) is known color: Ultramarine. HEX triplet: 21, 24 and 8C. RGB value is (33,36,140). Sum of RGB (Red+Green+Blue) = 33+36+140=209 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.79% from 209); Green value is 36 (14.45% from 255 or 17.22% from 209); Blue value is 140 (55.08% from 255 or 66.99% from 209); Max value from RGB is 140 - color contains mainly: blue. Hex color #21248C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21248C is #DEDB73. Grayscale: #2E2E2E. Windows color (decimal): -14605172 or 9184289. OLE color: 9184289.

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

Color convert

RGB 33 36 140 -
CMYK 0.76 0.74 0 0.45
HSL 238.32º 0.62% 0.34% -
HSV(B) 238.32º 0.76% 0.55% -
XYZ 5.99 3.48 25.17 -
YUV 46.96 180.51 118.04 -
System Red Green Blue C M Y K H S L
Decimal 33 36 140 0.76 0.74 0 0.45 238.32 0.62 0.34
Hex 21 24 8C 4C 4A 0 2D EE 3E 22
Octal 41 44 214 114 112 0 55 356 76 42
Binary 100001 100100 10001100 1001100 1001010 0 101101 11101110 111110 100010

Color Harmonies of #21248C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21248C

Black with #21248C

Text Example


Text Example

White with #21248C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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