Html Css Color HEX #21058B Ultramarine

📋 copy color: '#21058B'

red 33 ◦ green 5 ◦ blue 139

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

Shades of Ultramarine #21058B

Tints of Ultramarine #21058B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.82%

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

R = 18.64%
G = 2.82%
B = 78.53%

CMYK

 C value IS 0.76

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#21058B (or 0x21058B) is known color: Ultramarine. HEX triplet: 21, 05 and 8B. RGB value is (33,5,139). Sum of RGB (Red+Green+Blue) = 33+5+139=177 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.64% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 139 (54.69% from 255 or 78.53% from 177); Max value from RGB is 139 - color contains mainly: blue. Hex color #21058B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #21058B is #DEFA74. Grayscale: #1C1C1C. Windows color (decimal): -14613109 or 9110817. OLE color: 9110817.

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

Color convert

RGB 33 5 139 -
CMYK 0.76 0.96 0 0.45
HSL 252.54º 0.93% 0.28% -
HSV(B) 252.54º 0.96% 0.55% -
XYZ 5.34 2.3 24.59 -
YUV 28.65 190.28 131.1 -
System Red Green Blue C M Y K H S L
Decimal 33 5 139 0.76 0.96 0 0.45 252.54 0.93 0.28
Hex 21 5 8B 4C 60 0 2D FD 5D 1C
Octal 41 5 213 114 140 0 55 375 135 34
Binary 100001 101 10001011 1001100 1100000 0 101101 11111101 1011101 11100

Color Harmonies of #21058B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21058B

Black with #21058B

Text Example


Text Example

White with #21058B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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