#07234A

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

Shades of Sapphire #07234A

Tints of Sapphire #07234A

Color information

#07234A (or 0x07234A) is unknown color: approx Sapphire. HEX triplet: 07, 23 and 4A. RGB value is (7,35,74). Sum of RGB (Red+Green+Blue) = 7+35+74=116 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.03% from 116); Green value is 35 (14.06% from 255 or 30.17% from 116); Blue value is 74 (29.30% from 255 or 63.79% from 116); Max value from RGB is 74 - color contains mainly: blue. Hex color #07234A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07234A is #F8DCB5. Grayscale: #1E1E1E. Windows color (decimal): -16309430 or 4858631. OLE color: 4858631.

HSL color Cylindrical-coordinate representation of color #07234A: hue angle of 214.93º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07234A is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB73574-
CMYK0.910.5300.71
HSL214.93º82.72%15.88%-
HSV(B)214.93º90.54%29.02%-
XYZ1.921.746.71-
YUV31.07152.22110.83-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.03%
GREEN value IS 35 (14.06% from 255) = 30.17%
BLUE value IS 74 (29.30% from 255) = 63.79%
R=6.03%
G=30.17%
B=63.79%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal735740.910.5300.71214.9382.7215.88
Hex7234A5B35047d75310
Octal74311213365010732712320
Binary111100011100101010110111101010100011111010111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07234A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,35,74); }

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

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

 a { background-color: rgb(7,35,74); }

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

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

 span { border-color: rgb(7,35,74); }

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