#210CA4

Color #210CA4 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #210CA4

Tints of Ultramarine #210CA4

Color information

#210CA4 (or 0x210CA4) is unknown color: approx Ultramarine. HEX triplet: 21, 0C and A4. RGB value is (33,12,164). Sum of RGB (Red+Green+Blue) = 33+12+164=209 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.79% from 209); Green value is 12 (5.08% from 255 or 5.74% from 209); Blue value is 164 (64.45% from 255 or 78.47% from 209); Max value from RGB is 164 - color contains mainly: blue. Hex color #210CA4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210CA4 is #DEF35B. Grayscale: #232323. Windows color (decimal): -14611292 or 10751009. OLE color: 10751009.

HSL color Cylindrical-coordinate representation of color #210CA4: hue angle of 248.29º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #210CA4 is Cyan = 0.80, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3312164-
CMYK0.800.9300.36
HSL248.29º86.36%34.51%-
HSV(B)248.29º92.68%64.31%-
XYZ7.463.2735.36-
YUV35.61200.46126.14-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.79%
GREEN value IS 12 (5.08% from 255) = 5.74%
BLUE value IS 164 (64.45% from 255) = 78.47%
R=15.79%
G=5.74%
B=78.47%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal33121640.800.9300.36248.2986.3634.51
Hex21CA4505D024f85623
Octal411424412013504437012643
Binary100001110010100100101000010111010100100111110001010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210CA4; }

 p { color: rgb(33,12,164); }

 H1.HeaderClassName
 {
   color: #210CA4;
 }
 .AnyTagClassName
 {
   color: #210CA4;
 }
</style>
background-color css

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

 a { background-color: rgb(33,12,164); }

 div.DivClassName
 {
   background-color: #210CA4;
 }
 .BgClassName
 {
   background-color: #210CA4;
 }
</style>
border-color css

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

 span { border-color: rgb(33,12,164); }

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