Html Css Color HEX #211885 Ultramarine

📋 copy color: '#211885'

red 33 ◦ green 24 ◦ blue 133

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

Shades of Ultramarine #211885

Tints of Ultramarine #211885

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.63%

 BLUE value IS 133 (52.34% from 255) = 70%

R = 17.37%
G = 12.63%
B = 70%

CMYK

 C value IS 0.75

 M value IS 0.82

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#211885 (or 0x211885) is known color: Ultramarine. HEX triplet: 21, 18 and 85. RGB value is (33,24,133). Sum of RGB (Red+Green+Blue) = 33+24+133=190 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.37% from 190); Green value is 24 (9.77% from 255 or 12.63% from 190); Blue value is 133 (52.34% from 255 or 70% from 190); Max value from RGB is 133 - color contains mainly: blue. Hex color #211885 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211885 is #DEE77A. Grayscale: #262626. Windows color (decimal): -14608251 or 8722465. OLE color: 8722465.

HSL color Cylindrical-coordinate representation of color #211885: hue angle of 244.95º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #211885 is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 33 24 133 -
CMYK 0.75 0.82 0 0.48
HSL 244.95º 0.69% 0.31% -
HSV(B) 244.95º 0.82% 0.52% -
XYZ 5.19 2.67 22.43 -
YUV 39.12 180.98 123.64 -
System Red Green Blue C M Y K H S L
Decimal 33 24 133 0.75 0.82 0 0.48 244.95 0.69 0.31
Hex 21 18 85 4B 52 0 30 F5 45 1F
Octal 41 30 205 113 122 0 60 365 105 37
Binary 100001 11000 10000101 1001011 1010010 0 110000 11110101 1000101 11111

Color Harmonies of #211885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211885

Black with #211885

Text Example


Text Example

White with #211885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211885; }

 p { color: rgb(33,24,133); }

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

background-color css

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

 a { background-color: rgb(33,24,133); }

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

border-color css

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

 span { border-color: rgb(33,24,133); }

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