#04275A

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

Shades of Sapphire #04275A

Tints of Sapphire #04275A

Color information

#04275A (or 0x04275A) is unknown color: approx Sapphire. HEX triplet: 04, 27 and 5A. RGB value is (4,39,90). Sum of RGB (Red+Green+Blue) = 4+39+90=133 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.01% from 133); Green value is 39 (15.62% from 255 or 29.32% from 133); Blue value is 90 (35.55% from 255 or 67.67% from 133); Max value from RGB is 90 - color contains mainly: blue. Hex color #04275A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04275A is #FBD8A5. Grayscale: #222222. Windows color (decimal): -16504998 or 5908228. OLE color: 5908228.

HSL color Cylindrical-coordinate representation of color #04275A: hue angle of 215.58º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04275A is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB43990-
CMYK0.960.5700.65
HSL215.58º91.49%18.43%-
HSV(B)215.58º95.56%35.29%-
XYZ2.622.229.96-
YUV34.35159.4106.35-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.01%
GREEN value IS 39 (15.62% from 255) = 29.32%
BLUE value IS 90 (35.55% from 255) = 67.67%
R=3.01%
G=29.32%
B=67.67%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal439900.960.5700.65215.5891.4918.43
Hex4275A6039041d85b12
Octal44713214071010133013322
Binary100100111101101011000001110010100000111011000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04275A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04275A; }

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

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

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

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

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

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

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

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