Html Css Color HEX #21049F Ultramarine

📋 copy color: '#21049F'

red 33 ◦ green 4 ◦ blue 159

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

Shades of Ultramarine #21049F

Tints of Ultramarine #21049F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 81.12%

R = 16.84%
G = 2.04%
B = 81.12%

CMYK

 C value IS 0.79

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#21049F (or 0x21049F) is known color: Ultramarine. HEX triplet: 21, 04 and 9F. RGB value is (33,4,159). Sum of RGB (Red+Green+Blue) = 33+4+159=196 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.84% from 196); Green value is 4 (1.95% from 255 or 2.04% from 196); Blue value is 159 (62.5% from 255 or 81.12% from 196); Max value from RGB is 159 - color contains mainly: blue. Hex color #21049F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #21049F is #DEFB60. Grayscale: #1D1D1D. Windows color (decimal): -14613345 or 10421281. OLE color: 10421281.

HSL color Cylindrical-coordinate representation of color #21049F: hue angle of 251.23º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #21049F is Cyan = 0.79, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 33 4 159 -
CMYK 0.79 0.97 0 0.38
HSL 251.23º 0.95% 0.32% -
HSV(B) 251.23º 0.97% 0.62% -
XYZ 6.93 2.91 33 -
YUV 30.34 200.61 129.9 -
System Red Green Blue C M Y K H S L
Decimal 33 4 159 0.79 0.97 0 0.38 251.23 0.95 0.32
Hex 21 4 9F 4F 61 0 26 FB 5F 20
Octal 41 4 237 117 141 0 46 373 137 40
Binary 100001 100 10011111 1001111 1100001 0 100110 11111011 1011111 100000

Color Harmonies of #21049F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21049F

Black with #21049F

Text Example


Text Example

White with #21049F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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