#042467

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

Shades of Sapphire #042467

Tints of Sapphire #042467

Color information

#042467 (or 0x042467) is unknown color: approx Sapphire. HEX triplet: 04, 24 and 67. RGB value is (4,36,103). Sum of RGB (Red+Green+Blue) = 4+36+103=143 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.80% from 143); Green value is 36 (14.45% from 255 or 25.17% from 143); Blue value is 103 (40.62% from 255 or 72.03% from 143); Max value from RGB is 103 - color contains mainly: blue. Hex color #042467 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042467 is #FBDB98. Grayscale: #212121. Windows color (decimal): -16505753 or 6759428. OLE color: 6759428.

HSL color Cylindrical-coordinate representation of color #042467: hue angle of 220.61º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #042467 is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB436103-
CMYK0.960.6500.60
HSL220.61º92.52%20.98%-
HSV(B)220.61º96.12%40.39%-
XYZ3.132.2713.1-
YUV34.07166.9106.55-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.80%
GREEN value IS 36 (14.45% from 255) = 25.17%
BLUE value IS 103 (40.62% from 255) = 72.03%
R=2.80%
G=25.17%
B=72.03%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal4361030.960.6500.60220.6192.5220.98
Hex42467604103Cdd5d15
Octal44414714010107433513525
Binary100100100110011111000001000001011110011011101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042467; }

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

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

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

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

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

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

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

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