#042B77

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

Shades of Sapphire #042B77

Tints of Sapphire #042B77

Color information

#042B77 (or 0x042B77) is unknown color: approx Sapphire. HEX triplet: 04, 2B and 77. RGB value is (4,43,119). Sum of RGB (Red+Green+Blue) = 4+43+119=166 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.41% from 166); Green value is 43 (17.19% from 255 or 25.90% from 166); Blue value is 119 (46.88% from 255 or 71.69% from 166); Max value from RGB is 119 - color contains mainly: blue. Hex color #042B77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042B77 is #FBD488. Grayscale: #272727. Windows color (decimal): -16503945 or 7809796. OLE color: 7809796.

HSL color Cylindrical-coordinate representation of color #042B77: hue angle of 219.65º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042B77 is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB443119-
CMYK0.970.6400.53
HSL219.65º93.5%24.12%-
HSV(B)219.65º96.64%46.67%-
XYZ4.243.0917.82-
YUV40172.58102.32-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.41%
GREEN value IS 43 (17.19% from 255) = 25.90%
BLUE value IS 119 (46.88% from 255) = 71.69%
R=2.41%
G=25.90%
B=71.69%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4431190.970.6400.53219.6593.524.12
Hex42B776140035dc5d18
Octal45316714110006533413530
Binary100101011111011111000011000000011010111011100101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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