Html Css Color HEX #21178B Ultramarine

📋 copy color: '#21178B'

red 33 ◦ green 23 ◦ blue 139

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

Shades of Ultramarine #21178B

Tints of Ultramarine #21178B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.79%

 BLUE value IS 139 (54.69% from 255) = 71.28%

R = 16.92%
G = 11.79%
B = 71.28%

CMYK

 C value IS 0.76

 M value IS 0.83

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#21178B (or 0x21178B) is known color: Ultramarine. HEX triplet: 21, 17 and 8B. RGB value is (33,23,139). Sum of RGB (Red+Green+Blue) = 33+23+139=195 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.92% from 195); Green value is 23 (9.38% from 255 or 11.79% from 195); Blue value is 139 (54.69% from 255 or 71.28% from 195); Max value from RGB is 139 - color contains mainly: blue. Hex color #21178B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #21178B is #DEE874. Grayscale: #262626. Windows color (decimal): -14608501 or 9115425. OLE color: 9115425.

HSL color Cylindrical-coordinate representation of color #21178B: hue angle of 245.17º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21178B is Cyan = 0.76, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 33 23 139 -
CMYK 0.76 0.83 0 0.45
HSL 245.17º 0.72% 0.32% -
HSV(B) 245.17º 0.83% 0.55% -
XYZ 5.59 2.8 24.67 -
YUV 39.21 184.31 123.57 -
System Red Green Blue C M Y K H S L
Decimal 33 23 139 0.76 0.83 0 0.45 245.17 0.72 0.32
Hex 21 17 8B 4C 53 0 2D F5 48 20
Octal 41 27 213 114 123 0 55 365 110 40
Binary 100001 10111 10001011 1001100 1010011 0 101101 11110101 1001000 100000

Color Harmonies of #21178B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21178B

Black with #21178B

Text Example


Text Example

White with #21178B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,23,139); }

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

background-color css

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

 a { background-color: rgb(33,23,139); }

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

border-color css

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

 span { border-color: rgb(33,23,139); }

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