Html Css Color HEX #210994 Ultramarine

📋 copy color: '#210994'

red 33 ◦ green 9 ◦ blue 148

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

Shades of Ultramarine #210994

Tints of Ultramarine #210994

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.74%

 BLUE value IS 148 (58.2% from 255) = 77.89%

R = 17.37%
G = 4.74%
B = 77.89%

CMYK

 C value IS 0.78

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#210994 (or 0x210994) is known color: Ultramarine. HEX triplet: 21, 09 and 94. RGB value is (33,9,148). Sum of RGB (Red+Green+Blue) = 33+9+148=190 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.37% from 190); Green value is 9 (3.91% from 255 or 4.74% from 190); Blue value is 148 (58.20% from 255 or 77.89% from 190); Max value from RGB is 148 - color contains mainly: blue. Hex color #210994 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210994 is #DEF66B. Grayscale: #1F1F1F. Windows color (decimal): -14612076 or 9701665. OLE color: 9701665.

HSL color Cylindrical-coordinate representation of color #210994: hue angle of 250.36º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #210994 is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 33 9 148 -
CMYK 0.78 0.94 0 0.42
HSL 250.36º 0.89% 0.31% -
HSV(B) 250.36º 0.94% 0.58% -
XYZ 6.07 2.66 28.21 -
YUV 32.02 193.45 128.7 -
System Red Green Blue C M Y K H S L
Decimal 33 9 148 0.78 0.94 0 0.42 250.36 0.89 0.31
Hex 21 9 94 4E 5E 0 2A FA 59 1F
Octal 41 11 224 116 136 0 52 372 131 37
Binary 100001 1001 10010100 1001110 1011110 0 101010 11111010 1011001 11111

Color Harmonies of #210994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210994

Black with #210994

Text Example


Text Example

White with #210994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210994; }

 p { color: rgb(33,9,148); }

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

background-color css

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

 a { background-color: rgb(33,9,148); }

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

border-color css

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

 span { border-color: rgb(33,9,148); }

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