#07254E

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

Shades of Sapphire #07254E

Tints of Sapphire #07254E

Color information

#07254E (or 0x07254E) is unknown color: approx Sapphire. HEX triplet: 07, 25 and 4E. RGB value is (7,37,78). Sum of RGB (Red+Green+Blue) = 7+37+78=122 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.74% from 122); Green value is 37 (14.84% from 255 or 30.33% from 122); Blue value is 78 (30.86% from 255 or 63.93% from 122); Max value from RGB is 78 - color contains mainly: blue. Hex color #07254E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07254E is #F8DAB1. Grayscale: #202020. Windows color (decimal): -16308914 or 5121287. OLE color: 5121287.

HSL color Cylindrical-coordinate representation of color #07254E: hue angle of 214.65º 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 #07254E is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB73778-
CMYK0.910.5300.69
HSL214.65º83.53%16.67%-
HSV(B)214.65º91.03%30.59%-
XYZ2.121.927.47-
YUV32.7153.56109.67-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.74%
GREEN value IS 37 (14.84% from 255) = 30.33%
BLUE value IS 78 (30.86% from 255) = 63.93%
R=5.74%
G=30.33%
B=63.93%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal737780.910.5300.69214.6583.5316.67
Hex7254E5B35045d75411
Octal74511613365010532712421
Binary111100101100111010110111101010100010111010111101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07254E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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