#0A2954

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

Shades of Sapphire #0A2954

Tints of Sapphire #0A2954

Color information

#0A2954 (or 0x0A2954) is unknown color: approx Sapphire. HEX triplet: 0A, 29 and 54. RGB value is (10,41,84). Sum of RGB (Red+Green+Blue) = 10+41+84=135 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.41% from 135); Green value is 41 (16.41% from 255 or 30.37% from 135); Blue value is 84 (33.20% from 255 or 62.22% from 135); Max value from RGB is 84 - color contains mainly: blue. Hex color #0A2954 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2954 is #F5D6AB. Grayscale: #242424. Windows color (decimal): -16111276 or 5515530. OLE color: 5515530.

HSL color Cylindrical-coordinate representation of color #0A2954: hue angle of 214.86º degrees, saturation: 0.79, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A2954 is Cyan = 0.88, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB104184-
CMYK0.880.5100.67
HSL214.86º78.72%18.43%-
HSV(B)214.86º88.1%32.94%-
XYZ2.522.298.7-
YUV36.63154.73109-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.41%
GREEN value IS 41 (16.41% from 255) = 30.37%
BLUE value IS 84 (33.20% from 255) = 62.22%
R=7.41%
G=30.37%
B=62.22%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1041840.880.5100.67214.8678.7218.43
HexA29545833043d74f12
Octal125112413063010332711722
Binary1010101001101010010110001100110100001111010111100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,41,84); }

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

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

 a { background-color: rgb(10,41,84); }

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

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

 span { border-color: rgb(10,41,84); }

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