#07124B

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

Shades of Sapphire #07124B

Tints of Sapphire #07124B

Color information

#07124B (or 0x07124B) is unknown color: approx Sapphire. HEX triplet: 07, 12 and 4B. RGB value is (7,18,75). Sum of RGB (Red+Green+Blue) = 7+18+75=100 (13% of max value = 765). Red value is 7 (3.12% from 255 or 7% from 100); Green value is 18 (7.42% from 255 or 18% from 100); Blue value is 75 (29.69% from 255 or 75% from 100); Max value from RGB is 75 - color contains mainly: blue. Hex color #07124B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07124B is #F8EDB4. Grayscale: #141414. Windows color (decimal): -16313781 or 4919815. OLE color: 4919815.

HSL color Cylindrical-coordinate representation of color #07124B: hue angle of 230.29º 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 #07124B is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB71875-
CMYK0.910.7600.71
HSL230.29º82.93%16.08%-
HSV(B)230.29º90.67%29.41%-
XYZ1.570.996.76-
YUV21.21158.36117.87-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7%
GREEN value IS 18 (7.42% from 255) = 18%
BLUE value IS 75 (29.69% from 255) = 75%
R=7%
G=18%
B=75%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal718750.910.7600.71230.2982.9316.08
Hex7124B5B4C047e65310
Octal722113133114010734612320
Binary111100101001011101101110011000100011111100110101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07124B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07124B; }

 p { color: rgb(7,18,75); }

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

<style>
 a { background-color: #07124B; }

 a { background-color: rgb(7,18,75); }

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

<style>
 span { border-color: #07124B; }

 span { border-color: rgb(7,18,75); }

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