Html Css Color HEX #21059B Ultramarine

📋 copy color: '#21059B'

red 33 ◦ green 5 ◦ blue 155

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

Shades of Ultramarine #21059B

Tints of Ultramarine #21059B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 80.31%

R = 17.1%
G = 2.59%
B = 80.31%

CMYK

 C value IS 0.79

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#21059B (or 0x21059B) is known color: Ultramarine. HEX triplet: 21, 05 and 9B. RGB value is (33,5,155). Sum of RGB (Red+Green+Blue) = 33+5+155=193 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.10% from 193); Green value is 5 (2.34% from 255 or 2.59% from 193); Blue value is 155 (60.94% from 255 or 80.31% from 193); Max value from RGB is 155 - color contains mainly: blue. Hex color #21059B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #21059B is #DEFA64. Grayscale: #1D1D1D. Windows color (decimal): -14613093 or 10159393. OLE color: 10159393.

HSL color Cylindrical-coordinate representation of color #21059B: hue angle of 251.2º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #21059B is Cyan = 0.79, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 33 5 155 -
CMYK 0.79 0.97 0 0.39
HSL 251.2º 0.94% 0.31% -
HSV(B) 251.2º 0.97% 0.61% -
XYZ 6.6 2.8 31.2 -
YUV 30.47 198.28 129.8 -
System Red Green Blue C M Y K H S L
Decimal 33 5 155 0.79 0.97 0 0.39 251.2 0.94 0.31
Hex 21 5 9B 4F 61 0 27 FB 5E 1F
Octal 41 5 233 117 141 0 47 373 136 37
Binary 100001 101 10011011 1001111 1100001 0 100111 11111011 1011110 11111

Color Harmonies of #21059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21059B

Black with #21059B

Text Example


Text Example

White with #21059B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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