#042277

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

Shades of Sapphire #042277

Tints of Sapphire #042277

Color information

#042277 (or 0x042277) is unknown color: approx Sapphire. HEX triplet: 04, 22 and 77. RGB value is (4,34,119). Sum of RGB (Red+Green+Blue) = 4+34+119=157 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.55% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 119 (46.88% from 255 or 75.80% from 157); Max value from RGB is 119 - color contains mainly: blue. Hex color #042277 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042277 is #FBDD88. Grayscale: #222222. Windows color (decimal): -16506249 or 7807492. OLE color: 7807492.

HSL color Cylindrical-coordinate representation of color #042277: hue angle of 224.35º 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 #042277 is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB434119-
CMYK0.970.7100.53
HSL224.35º93.5%24.12%-
HSV(B)224.35º96.64%46.67%-
XYZ3.952.517.73-
YUV34.72175.56106.09-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.55%
GREEN value IS 34 (13.67% from 255) = 21.66%
BLUE value IS 119 (46.88% from 255) = 75.80%
R=2.55%
G=21.66%
B=75.80%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4341190.970.7100.53224.3593.524.12
Hex422776147035e05d18
Octal44216714110706534013530
Binary100100010111011111000011000111011010111100000101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042277; }

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

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

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

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

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

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

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

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