Html Css Color HEX #21248E Ultramarine

📋 copy color: '#21248E'

red 33 ◦ green 36 ◦ blue 142

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

Shades of Ultramarine #21248E

Tints of Ultramarine #21248E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 67.3%

R = 15.64%
G = 17.06%
B = 67.3%

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

#21248E (or 0x21248E) is known color: Ultramarine. HEX triplet: 21, 24 and 8E. RGB value is (33,36,142). Sum of RGB (Red+Green+Blue) = 33+36+142=211 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.64% from 211); Green value is 36 (14.45% from 255 or 17.06% from 211); Blue value is 142 (55.86% from 255 or 67.30% from 211); Max value from RGB is 142 - color contains mainly: blue. Hex color #21248E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21248E is #DEDB71. Grayscale: #2E2E2E. Windows color (decimal): -14605170 or 9315361. OLE color: 9315361.

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

Color convert

RGB 33 36 142 -
CMYK 0.77 0.75 0 0.44
HSL 238.35º 0.62% 0.34% -
HSV(B) 238.35º 0.77% 0.56% -
XYZ 6.14 3.54 25.95 -
YUV 47.19 181.51 117.88 -
System Red Green Blue C M Y K H S L
Decimal 33 36 142 0.77 0.75 0 0.44 238.35 0.62 0.34
Hex 21 24 8E 4D 4B 0 2C EE 3E 22
Octal 41 44 216 115 113 0 54 356 76 42
Binary 100001 100100 10001110 1001101 1001011 0 101100 11101110 111110 100010

Color Harmonies of #21248E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21248E

Black with #21248E

Text Example


Text Example

White with #21248E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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