Html Css Color HEX #21048B Ultramarine

📋 copy color: '#21048B'

red 33 ◦ green 4 ◦ blue 139

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

Shades of Ultramarine #21048B

Tints of Ultramarine #21048B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.27%

 BLUE value IS 139 (54.69% from 255) = 78.98%

R = 18.75%
G = 2.27%
B = 78.98%

CMYK

 C value IS 0.76

 M value IS 0.97

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#21048B (or 0x21048B) is known color: Ultramarine. HEX triplet: 21, 04 and 8B. RGB value is (33,4,139). Sum of RGB (Red+Green+Blue) = 33+4+139=176 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.75% from 176); Green value is 4 (1.95% from 255 or 2.27% from 176); Blue value is 139 (54.69% from 255 or 78.98% from 176); Max value from RGB is 139 - color contains mainly: blue. Hex color #21048B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #21048B is #DEFB74. Grayscale: #1B1B1B. Windows color (decimal): -14613365 or 9110561. OLE color: 9110561.

HSL color Cylindrical-coordinate representation of color #21048B: hue angle of 252.89º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #21048B is Cyan = 0.76, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 33 4 139 -
CMYK 0.76 0.97 0 0.45
HSL 252.89º 0.94% 0.28% -
HSV(B) 252.89º 0.97% 0.55% -
XYZ 5.33 2.27 24.58 -
YUV 28.06 190.61 131.52 -
System Red Green Blue C M Y K H S L
Decimal 33 4 139 0.76 0.97 0 0.45 252.89 0.94 0.28
Hex 21 4 8B 4C 61 0 2D FD 5E 1C
Octal 41 4 213 114 141 0 55 375 136 34
Binary 100001 100 10001011 1001100 1100001 0 101101 11111101 1011110 11100

Color Harmonies of #21048B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21048B

Black with #21048B

Text Example


Text Example

White with #21048B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21048B; }

 p { color: rgb(33,4,139); }

 H1.HeaderClassName
 {
   color: #21048B;
 }
 .AnyTagClassName
 {
   color: #21048B;
 }
</style>

background-color css

<style>
 a { background-color: #21048B; }

 a { background-color: rgb(33,4,139); }

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

border-color css

<style>
 span { border-color: #21048B; }

 span { border-color: rgb(33,4,139); }

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