#07234E

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

Shades of Sapphire #07234E

Tints of Sapphire #07234E

Color information

#07234E (or 0x07234E) is unknown color: approx Sapphire. HEX triplet: 07, 23 and 4E. RGB value is (7,35,78). Sum of RGB (Red+Green+Blue) = 7+35+78=120 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.83% from 120); Green value is 35 (14.06% from 255 or 29.17% from 120); Blue value is 78 (30.86% from 255 or 65% from 120); Max value from RGB is 78 - color contains mainly: blue. Hex color #07234E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07234E is #F8DCB1. Grayscale: #1F1F1F. Windows color (decimal): -16309426 or 5120775. OLE color: 5120775.

HSL color Cylindrical-coordinate representation of color #07234E: hue angle of 216.34º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07234E is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB73578-
CMYK0.910.5500.69
HSL216.34º83.53%16.67%-
HSV(B)216.34º91.03%30.59%-
XYZ2.061.87.45-
YUV31.53154.22110.5-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.83%
GREEN value IS 35 (14.06% from 255) = 29.17%
BLUE value IS 78 (30.86% from 255) = 65%
R=5.83%
G=29.17%
B=65%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal735780.910.5500.69216.3483.5316.67
Hex7234E5B37045d85411
Octal74311613367010533012421
Binary111100011100111010110111101110100010111011000101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07234E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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