#10257A

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

Shades of Sapphire #10257A

Tints of Sapphire #10257A

Color information

#10257A (or 0x10257A) is unknown color: approx Sapphire. HEX triplet: 10, 25 and 7A. RGB value is (16,37,122). Sum of RGB (Red+Green+Blue) = 16+37+122=175 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.14% from 175); Green value is 37 (14.84% from 255 or 21.14% from 175); Blue value is 122 (48.05% from 255 or 69.71% from 175); Max value from RGB is 122 - color contains mainly: blue. Hex color #10257A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10257A is #EFDA85. Grayscale: #282828. Windows color (decimal): -15719046 or 8004880. OLE color: 8004880.

HSL color Cylindrical-coordinate representation of color #10257A: hue angle of 228.11º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10257A is Cyan = 0.87, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1637122-
CMYK0.870.7000.52
HSL228.11º76.81%27.06%-
HSV(B)228.11º86.89%47.84%-
XYZ4.392.8418.73-
YUV40.41174.04110.59-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.14%
GREEN value IS 37 (14.84% from 255) = 21.14%
BLUE value IS 122 (48.05% from 255) = 69.71%
R=9.14%
G=21.14%
B=69.71%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal16371220.870.7000.52228.1176.8127.06
Hex10257A5746034e44d1b
Octal204517212710606434411533
Binary10000100101111101010101111000110011010011100100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10257A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10257A; }

 p { color: rgb(16,37,122); }

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

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

 a { background-color: rgb(16,37,122); }

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

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

 span { border-color: rgb(16,37,122); }

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