#0A2673

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

Shades of Sapphire #0A2673

Tints of Sapphire #0A2673

Color information

#0A2673 (or 0x0A2673) is unknown color: approx Sapphire. HEX triplet: 0A, 26 and 73. RGB value is (10,38,115). Sum of RGB (Red+Green+Blue) = 10+38+115=163 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.13% from 163); Green value is 38 (15.23% from 255 or 23.31% from 163); Blue value is 115 (45.31% from 255 or 70.55% from 163); Max value from RGB is 115 - color contains mainly: blue. Hex color #0A2673 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2673 is #F5D98C. Grayscale: #262626. Windows color (decimal): -16112013 or 7546378. OLE color: 7546378.

HSL color Cylindrical-coordinate representation of color #0A2673: hue angle of 224º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A2673 is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1038115-
CMYK0.910.6700.55
HSL224º84%24.51%-
HSV(B)224º91.3%45.1%-
XYZ3.912.6916.53-
YUV38.41171.22107.74-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.13%
GREEN value IS 38 (15.23% from 255) = 23.31%
BLUE value IS 115 (45.31% from 255) = 70.55%
R=6.13%
G=23.31%
B=70.55%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10381150.910.6700.552248424.51
HexA26735B43037e05419
Octal124616313310306734012431
Binary1010100110111001110110111000011011011111100000101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,38,115); }

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

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

 a { background-color: rgb(10,38,115); }

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

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

 span { border-color: rgb(10,38,115); }

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