#04277D

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

Shades of Sapphire #04277D

Tints of Sapphire #04277D

Color information

#04277D (or 0x04277D) is unknown color: approx Sapphire. HEX triplet: 04, 27 and 7D. RGB value is (4,39,125). Sum of RGB (Red+Green+Blue) = 4+39+125=168 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.38% from 168); Green value is 39 (15.62% from 255 or 23.21% from 168); Blue value is 125 (49.22% from 255 or 74.40% from 168); Max value from RGB is 125 - color contains mainly: blue. Hex color #04277D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04277D is #FBD882. Grayscale: #252525. Windows color (decimal): -16504963 or 8201988. OLE color: 8201988.

HSL color Cylindrical-coordinate representation of color #04277D: hue angle of 222.64º 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 #04277D is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB439125-
CMYK0.970.6900.51
HSL222.64º93.8%25.29%-
HSV(B)222.64º96.8%49.02%-
XYZ4.482.9619.74-
YUV38.34176.9103.51-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.38%
GREEN value IS 39 (15.62% from 255) = 23.21%
BLUE value IS 125 (49.22% from 255) = 74.40%
R=2.38%
G=23.21%
B=74.40%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal4391250.970.6900.51222.6493.825.29
Hex4277D6145033df5e19
Octal44717514110506333713631
Binary100100111111110111000011000101011001111011111101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04277D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04277D; }

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

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

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

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

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

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

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

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