#04276B

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

Shades of Sapphire #04276B

Tints of Sapphire #04276B

Color information

#04276B (or 0x04276B) is unknown color: approx Sapphire. HEX triplet: 04, 27 and 6B. RGB value is (4,39,107). Sum of RGB (Red+Green+Blue) = 4+39+107=150 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.67% from 150); Green value is 39 (15.62% from 255 or 26% from 150); Blue value is 107 (42.19% from 255 or 71.33% from 150); Max value from RGB is 107 - color contains mainly: blue. Hex color #04276B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04276B is #FBD894. Grayscale: #232323. Windows color (decimal): -16504981 or 7022340. OLE color: 7022340.

HSL color Cylindrical-coordinate representation of color #04276B: hue angle of 219.61º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04276B is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB439107-
CMYK0.960.6400.58
HSL219.61º92.79%21.76%-
HSV(B)219.61º96.26%41.96%-
XYZ3.432.5414.22-
YUV36.29167.9104.97-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.67%
GREEN value IS 39 (15.62% from 255) = 26%
BLUE value IS 107 (42.19% from 255) = 71.33%
R=2.67%
G=26%
B=71.33%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4391070.960.6400.58219.6192.7921.76
Hex4276B604003Adc5d16
Octal44715314010007233413526
Binary100100111110101111000001000000011101011011100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04276B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04276B; }

 p { color: rgb(4,39,107); }

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

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

 a { background-color: rgb(4,39,107); }

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

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

 span { border-color: rgb(4,39,107); }

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