Html Css Color HEX #21129C Ultramarine

📋 copy color: '#21129C'

red 33 ◦ green 18 ◦ blue 156

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

Shades of Ultramarine #21129C

Tints of Ultramarine #21129C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 75.36%

R = 15.94%
G = 8.7%
B = 75.36%

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

#21129C (or 0x21129C) is known color: Ultramarine. HEX triplet: 21, 12 and 9C. RGB value is (33,18,156). Sum of RGB (Red+Green+Blue) = 33+18+156=207 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.94% from 207); Green value is 18 (7.42% from 255 or 8.70% from 207); Blue value is 156 (61.33% from 255 or 75.36% from 207); Max value from RGB is 156 - color contains mainly: blue. Hex color #21129C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #21129C is #DEED63. Grayscale: #252525. Windows color (decimal): -14609764 or 10228257. OLE color: 10228257.

HSL color Cylindrical-coordinate representation of color #21129C: hue angle of 246.52º degrees, saturation: 0.79, 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 #21129C is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 33 18 156 -
CMYK 0.79 0.88 0 0.39
HSL 246.52º 0.79% 0.34% -
HSV(B) 246.52º 0.88% 0.61% -
XYZ 6.84 3.16 31.7 -
YUV 38.22 194.47 124.28 -
System Red Green Blue C M Y K H S L
Decimal 33 18 156 0.79 0.88 0 0.39 246.52 0.79 0.34
Hex 21 12 9C 4F 58 0 27 F7 4F 22
Octal 41 22 234 117 130 0 47 367 117 42
Binary 100001 10010 10011100 1001111 1011000 0 100111 11110111 1001111 100010

Color Harmonies of #21129C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21129C

Black with #21129C

Text Example


Text Example

White with #21129C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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