#0A214E

Color #0A214E Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #0A214E

Tints of Sapphire #0A214E

Color information

#0A214E (or 0x0A214E) is unknown color: approx Sapphire. HEX triplet: 0A, 21 and 4E. RGB value is (10,33,78). Sum of RGB (Red+Green+Blue) = 10+33+78=121 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.26% from 121); Green value is 33 (13.28% from 255 or 27.27% from 121); Blue value is 78 (30.86% from 255 or 64.46% from 121); Max value from RGB is 78 - color contains mainly: blue. Hex color #0A214E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A214E is #F5DEB1. Grayscale: #1F1F1F. Windows color (decimal): -16113330 or 5120266. OLE color: 5120266.

HSL color Cylindrical-coordinate representation of color #0A214E: hue angle of 219.71º degrees, saturation: 0.77, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0A214E is Cyan = 0.87, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB103378-
CMYK0.870.5800.69
HSL219.71º77.27%17.25%-
HSV(B)219.71º87.18%30.59%-
XYZ2.041.77.43-
YUV31.25154.38112.84-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.26%
GREEN value IS 33 (13.28% from 255) = 27.27%
BLUE value IS 78 (30.86% from 255) = 64.46%
R=8.26%
G=27.27%
B=64.46%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1033780.870.5800.69219.7177.2717.25
HexA214E573A045dc4d11
Octal124111612772010533411521
Binary1010100001100111010101111110100100010111011100100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A214E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A214E; }

 p { color: rgb(10,33,78); }

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

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

 a { background-color: rgb(10,33,78); }

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

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

 span { border-color: rgb(10,33,78); }

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