Html Css Color HEX #21238D Ultramarine

📋 copy color: '#21238D'

red 33 ◦ green 35 ◦ blue 141

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

Shades of Ultramarine #21238D

Tints of Ultramarine #21238D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.75%

 BLUE value IS 141 (55.47% from 255) = 67.46%

R = 15.79%
G = 16.75%
B = 67.46%

CMYK

 C value IS 0.77

 M value IS 0.75

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#21238D (or 0x21238D) is known color: Ultramarine. HEX triplet: 21, 23 and 8D. RGB value is (33,35,141). Sum of RGB (Red+Green+Blue) = 33+35+141=209 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.79% from 209); Green value is 35 (14.06% from 255 or 16.75% from 209); Blue value is 141 (55.47% from 255 or 67.46% from 209); Max value from RGB is 141 - color contains mainly: blue. Hex color #21238D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21238D is #DEDC72. Grayscale: #2E2E2E. Windows color (decimal): -14605427 or 9249569. OLE color: 9249569.

HSL color Cylindrical-coordinate representation of color #21238D: hue angle of 238.89º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21238D is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 33 35 141 -
CMYK 0.77 0.75 0 0.45
HSL 238.89º 0.62% 0.34% -
HSV(B) 238.89º 0.77% 0.55% -
XYZ 6.04 3.45 25.55 -
YUV 46.49 181.34 118.38 -
System Red Green Blue C M Y K H S L
Decimal 33 35 141 0.77 0.75 0 0.45 238.89 0.62 0.34
Hex 21 23 8D 4D 4B 0 2D EF 3E 22
Octal 41 43 215 115 113 0 55 357 76 42
Binary 100001 100011 10001101 1001101 1001011 0 101101 11101111 111110 100010

Color Harmonies of #21238D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21238D

Black with #21238D

Text Example


Text Example

White with #21238D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,35,141); }

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

background-color css

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

 a { background-color: rgb(33,35,141); }

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

border-color css

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

 span { border-color: rgb(33,35,141); }

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