Html Css Color HEX #21139B Ultramarine

📋 copy color: '#21139B'

red 33 ◦ green 19 ◦ blue 155

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

Shades of Ultramarine #21139B

Tints of Ultramarine #21139B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.18%

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

R = 15.94%
G = 9.18%
B = 74.88%

CMYK

 C value IS 0.79

 M value IS 0.88

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#21139B (or 0x21139B) is known color: Ultramarine. HEX triplet: 21, 13 and 9B. RGB value is (33,19,155). Sum of RGB (Red+Green+Blue) = 33+19+155=207 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.94% from 207); Green value is 19 (7.81% from 255 or 9.18% from 207); Blue value is 155 (60.94% from 255 or 74.88% from 207); Max value from RGB is 155 - color contains mainly: blue. Hex color #21139B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #21139B is #DEEC64. Grayscale: #262626. Windows color (decimal): -14609509 or 10162977. OLE color: 10162977.

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

Color convert

RGB 33 19 155 -
CMYK 0.79 0.88 0 0.39
HSL 246.18º 0.78% 0.34% -
HSV(B) 246.18º 0.88% 0.61% -
XYZ 6.78 3.16 31.26 -
YUV 38.69 193.64 123.94 -
System Red Green Blue C M Y K H S L
Decimal 33 19 155 0.79 0.88 0 0.39 246.18 0.78 0.34
Hex 21 13 9B 4F 58 0 27 F6 4E 22
Octal 41 23 233 117 130 0 47 366 116 42
Binary 100001 10011 10011011 1001111 1011000 0 100111 11110110 1001110 100010

Color Harmonies of #21139B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21139B

Black with #21139B

Text Example


Text Example

White with #21139B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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