#042451

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

Shades of Sapphire #042451

Tints of Sapphire #042451

Color information

#042451 (or 0x042451) is unknown color: approx Sapphire. HEX triplet: 04, 24 and 51. RGB value is (4,36,81). Sum of RGB (Red+Green+Blue) = 4+36+81=121 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.31% from 121); Green value is 36 (14.45% from 255 or 29.75% from 121); Blue value is 81 (32.03% from 255 or 66.94% from 121); Max value from RGB is 81 - color contains mainly: blue. Hex color #042451 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042451 is #FBDBAE. Grayscale: #1F1F1F. Windows color (decimal): -16505775 or 5317636. OLE color: 5317636.

HSL color Cylindrical-coordinate representation of color #042451: hue angle of 215.06º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #042451 is Cyan = 0.95, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB43681-
CMYK0.950.5600.68
HSL215.06º90.59%16.67%-
HSV(B)215.06º95.06%31.76%-
XYZ2.171.888.03-
YUV31.56155.9108.34-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.31%
GREEN value IS 36 (14.45% from 255) = 29.75%
BLUE value IS 81 (32.03% from 255) = 66.94%
R=3.31%
G=29.75%
B=66.94%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal436810.950.5600.68215.0690.5916.67
Hex424515F38044d75b11
Octal44412113770010432713321
Binary100100100101000110111111110000100010011010111101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042451; }

 p { color: rgb(4,36,81); }

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

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

 a { background-color: rgb(4,36,81); }

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

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

 span { border-color: rgb(4,36,81); }

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