#10274E

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

Shades of Sapphire #10274E

Tints of Sapphire #10274E

Color information

#10274E (or 0x10274E) is unknown color: approx Sapphire. HEX triplet: 10, 27 and 4E. RGB value is (16,39,78). Sum of RGB (Red+Green+Blue) = 16+39+78=133 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.03% from 133); Green value is 39 (15.62% from 255 or 29.32% from 133); Blue value is 78 (30.86% from 255 or 58.65% from 133); Max value from RGB is 78 - color contains mainly: blue. Hex color #10274E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10274E is #EFD8B1. Grayscale: #242424. Windows color (decimal): -15718578 or 5121808. OLE color: 5121808.

HSL color Cylindrical-coordinate representation of color #10274E: hue angle of 217.74º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #10274E is Cyan = 0.79, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB163978-
CMYK0.790.5000.69
HSL217.74º65.96%18.43%-
HSV(B)217.74º79.49%30.59%-
XYZ2.312.117.49-
YUV36.57151.38113.33-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.03%
GREEN value IS 39 (15.62% from 255) = 29.32%
BLUE value IS 78 (30.86% from 255) = 58.65%
R=12.03%
G=29.32%
B=58.65%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1639780.790.5000.69217.7465.9618.43
Hex10274E4F32045da4212
Octal204711611762010533210222
Binary10000100111100111010011111100100100010111011010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10274E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10274E; }

 p { color: rgb(16,39,78); }

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

<style>
 a { background-color: #10274E; }

 a { background-color: rgb(16,39,78); }

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

<style>
 span { border-color: #10274E; }

 span { border-color: rgb(16,39,78); }

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