Html Css Color HEX #21149C Ultramarine

📋 copy color: '#21149C'

red 33 ◦ green 20 ◦ blue 156

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

Shades of Ultramarine #21149C

Tints of Ultramarine #21149C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.57%

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

R = 15.79%
G = 9.57%
B = 74.64%

CMYK

 C value IS 0.79

 M value IS 0.87

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#21149C (or 0x21149C) is known color: Ultramarine. HEX triplet: 21, 14 and 9C. RGB value is (33,20,156). Sum of RGB (Red+Green+Blue) = 33+20+156=209 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.79% from 209); Green value is 20 (8.20% from 255 or 9.57% from 209); Blue value is 156 (61.33% from 255 or 74.64% from 209); Max value from RGB is 156 - color contains mainly: blue. Hex color #21149C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #21149C is #DEEB63. Grayscale: #262626. Windows color (decimal): -14609252 or 10228769. OLE color: 10228769.

HSL color Cylindrical-coordinate representation of color #21149C: hue angle of 245.74º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21149C is Cyan = 0.79, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 33 20 156 -
CMYK 0.79 0.87 0 0.39
HSL 245.74º 0.77% 0.35% -
HSV(B) 245.74º 0.87% 0.61% -
XYZ 6.88 3.22 31.71 -
YUV 39.39 193.81 123.44 -
System Red Green Blue C M Y K H S L
Decimal 33 20 156 0.79 0.87 0 0.39 245.74 0.77 0.35
Hex 21 14 9C 4F 57 0 27 F6 4D 23
Octal 41 24 234 117 127 0 47 366 115 43
Binary 100001 10100 10011100 1001111 1010111 0 100111 11110110 1001101 100011

Color Harmonies of #21149C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21149C

Black with #21149C

Text Example


Text Example

White with #21149C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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