Html Css Color HEX #21129D Ultramarine

📋 copy color: '#21129D'

red 33 ◦ green 18 ◦ blue 157

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

Shades of Ultramarine #21129D

Tints of Ultramarine #21129D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.65%

 BLUE value IS 157 (61.72% from 255) = 75.48%

R = 15.87%
G = 8.65%
B = 75.48%

CMYK

 C value IS 0.79

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#21129D (or 0x21129D) is known color: Ultramarine. HEX triplet: 21, 12 and 9D. RGB value is (33,18,157). Sum of RGB (Red+Green+Blue) = 33+18+157=208 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.87% from 208); Green value is 18 (7.42% from 255 or 8.65% from 208); Blue value is 157 (61.72% from 255 or 75.48% from 208); Max value from RGB is 157 - color contains mainly: blue. Hex color #21129D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #21129D is #DEED62. Grayscale: #252525. Windows color (decimal): -14609763 or 10293793. OLE color: 10293793.

HSL color Cylindrical-coordinate representation of color #21129D: hue angle of 246.47º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #21129D is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 33 18 157 -
CMYK 0.79 0.89 0 0.38
HSL 246.47º 0.79% 0.34% -
HSV(B) 246.47º 0.89% 0.62% -
XYZ 6.93 3.19 32.15 -
YUV 38.33 194.97 124.2 -
System Red Green Blue C M Y K H S L
Decimal 33 18 157 0.79 0.89 0 0.38 246.47 0.79 0.34
Hex 21 12 9D 4F 59 0 26 F6 4F 22
Octal 41 22 235 117 131 0 46 366 117 42
Binary 100001 10010 10011101 1001111 1011001 0 100110 11110110 1001111 100010

Color Harmonies of #21129D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21129D

Black with #21129D

Text Example


Text Example

White with #21129D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21129D; }

 p { color: rgb(33,18,157); }

 H1.HeaderClassName
 {
   color: #21129D;
 }
 .AnyTagClassName
 {
   color: #21129D;
 }
</style>

background-color css

<style>
 a { background-color: #21129D; }

 a { background-color: rgb(33,18,157); }

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

border-color css

<style>
 span { border-color: #21129D; }

 span { border-color: rgb(33,18,157); }

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