#042B7C

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

Shades of Sapphire #042B7C

Tints of Sapphire #042B7C

Color information

#042B7C (or 0x042B7C) is unknown color: approx Sapphire. HEX triplet: 04, 2B and 7C. RGB value is (4,43,124). Sum of RGB (Red+Green+Blue) = 4+43+124=171 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.34% from 171); Green value is 43 (17.19% from 255 or 25.15% from 171); Blue value is 124 (48.83% from 255 or 72.51% from 171); Max value from RGB is 124 - color contains mainly: blue. Hex color #042B7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042B7C is #FBD483. Grayscale: #282828. Windows color (decimal): -16503940 or 8137476. OLE color: 8137476.

HSL color Cylindrical-coordinate representation of color #042B7C: hue angle of 220.5º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042B7C is Cyan = 0.97, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB443124-
CMYK0.970.6500.51
HSL220.5º93.75%25.1%-
HSV(B)220.5º96.77%48.63%-
XYZ4.553.2119.45-
YUV40.57175.08101.91-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.34%
GREEN value IS 43 (17.19% from 255) = 25.15%
BLUE value IS 124 (48.83% from 255) = 72.51%
R=2.34%
G=25.15%
B=72.51%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal4431240.970.6500.51220.593.7525.1
Hex42B7C6141033dc5e19
Octal45317414110106333413631
Binary100101011111110011000011000001011001111011100101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042B7C; }

 p { color: rgb(4,43,124); }

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

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

 a { background-color: rgb(4,43,124); }

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

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

 span { border-color: rgb(4,43,124); }

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