#210FAC

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

Shades of Ultramarine #210FAC

Tints of Ultramarine #210FAC

Color information

#210FAC (or 0x210FAC) is unknown color: approx Ultramarine. HEX triplet: 21, 0F and AC. RGB value is (33,15,172). Sum of RGB (Red+Green+Blue) = 33+15+172=220 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15% from 220); Green value is 15 (6.25% from 255 or 6.82% from 220); Blue value is 172 (67.58% from 255 or 78.18% from 220); Max value from RGB is 172 - color contains mainly: blue. Hex color #210FAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210FAC is #DEF053. Grayscale: #252525. Windows color (decimal): -14610516 or 11276065. OLE color: 11276065.

HSL color Cylindrical-coordinate representation of color #210FAC: hue angle of 246.88º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #210FAC is Cyan = 0.81, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3315172-
CMYK0.810.9100.33
HSL246.88º83.96%36.67%-
HSV(B)246.88º91.28%67.45%-
XYZ8.243.6439.3-
YUV38.28203.46124.23-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15%
GREEN value IS 15 (6.25% from 255) = 6.82%
BLUE value IS 172 (67.58% from 255) = 78.18%
R=15%
G=6.82%
B=78.18%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal33151720.810.9100.33246.8883.9636.67
Hex21FAC515B021f75425
Octal411725412113304136712445
Binary100001111110101100101000110110110100001111101111010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,15,172); }

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

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

 a { background-color: rgb(33,15,172); }

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

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

 span { border-color: rgb(33,15,172); }

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