#04186F

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

Shades of Sapphire #04186F

Tints of Sapphire #04186F

Color information

#04186F (or 0x04186F) is unknown color: approx Sapphire. HEX triplet: 04, 18 and 6F. RGB value is (4,24,111). Sum of RGB (Red+Green+Blue) = 4+24+111=139 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.88% from 139); Green value is 24 (9.77% from 255 or 17.27% from 139); Blue value is 111 (43.75% from 255 or 79.86% from 139); Max value from RGB is 111 - color contains mainly: blue. Hex color #04186F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04186F is #FBE790. Grayscale: #1B1B1B. Windows color (decimal): -16508817 or 7280644. OLE color: 7280644.

HSL color Cylindrical-coordinate representation of color #04186F: hue angle of 228.79º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04186F is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB424111-
CMYK0.960.7800.56
HSL228.79º93.04%22.55%-
HSV(B)228.79º96.4%43.53%-
XYZ3.251.8315.22-
YUV27.94174.87110.93-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.88%
GREEN value IS 24 (9.77% from 255) = 17.27%
BLUE value IS 111 (43.75% from 255) = 79.86%
R=2.88%
G=17.27%
B=79.86%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4241110.960.7800.56228.7993.0422.55
Hex4186F604E038e55d17
Octal43015714011607034513527
Binary10011000110111111000001001110011100011100101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04186F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04186F; }

 p { color: rgb(4,24,111); }

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

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

 a { background-color: rgb(4,24,111); }

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

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

 span { border-color: rgb(4,24,111); }

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