Html Css Color HEX #21238F Ultramarine

📋 copy color: '#21238F'

red 33 ◦ green 35 ◦ blue 143

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

Shades of Ultramarine #21238F

Tints of Ultramarine #21238F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 67.77%

R = 15.64%
G = 16.59%
B = 67.77%

CMYK

 C value IS 0.77

 M value IS 0.76

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#21238F (or 0x21238F) is known color: Ultramarine. HEX triplet: 21, 23 and 8F. RGB value is (33,35,143). Sum of RGB (Red+Green+Blue) = 33+35+143=211 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.64% from 211); Green value is 35 (14.06% from 255 or 16.59% from 211); Blue value is 143 (56.25% from 255 or 67.77% from 211); Max value from RGB is 143 - color contains mainly: blue. Hex color #21238F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21238F is #DEDC70. Grayscale: #2E2E2E. Windows color (decimal): -14605425 or 9380641. OLE color: 9380641.

HSL color Cylindrical-coordinate representation of color #21238F: hue angle of 238.91º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21238F is Cyan = 0.77, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 33 35 143 -
CMYK 0.77 0.76 0 0.44
HSL 238.91º 0.63% 0.35% -
HSV(B) 238.91º 0.77% 0.56% -
XYZ 6.19 3.51 26.34 -
YUV 46.71 182.34 118.22 -
System Red Green Blue C M Y K H S L
Decimal 33 35 143 0.77 0.76 0 0.44 238.91 0.63 0.35
Hex 21 23 8F 4D 4C 0 2C EF 3E 23
Octal 41 43 217 115 114 0 54 357 76 43
Binary 100001 100011 10001111 1001101 1001100 0 101100 11101111 111110 100011

Color Harmonies of #21238F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21238F

Black with #21238F

Text Example


Text Example

White with #21238F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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