#04187A

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

Shades of Sapphire #04187A

Tints of Sapphire #04187A

Color information

#04187A (or 0x04187A) is unknown color: approx Sapphire. HEX triplet: 04, 18 and 7A. RGB value is (4,24,122). Sum of RGB (Red+Green+Blue) = 4+24+122=150 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.67% from 150); Green value is 24 (9.77% from 255 or 16% from 150); Blue value is 122 (48.05% from 255 or 81.33% from 150); Max value from RGB is 122 - color contains mainly: blue. Hex color #04187A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04187A is #FBE785. Grayscale: #1C1C1C. Windows color (decimal): -16508806 or 8001540. OLE color: 8001540.

HSL color Cylindrical-coordinate representation of color #04187A: hue angle of 229.83º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04187A is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB424122-
CMYK0.970.8000.52
HSL229.83º93.65%24.71%-
HSV(B)229.83º96.72%47.84%-
XYZ3.892.0818.61-
YUV29.19180.37110.03-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.67%
GREEN value IS 24 (9.77% from 255) = 16%
BLUE value IS 122 (48.05% from 255) = 81.33%
R=2.67%
G=16%
B=81.33%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal4241220.970.8000.52229.8393.6524.71
Hex4187A6150034e65e19
Octal43017214112006434613631
Binary10011000111101011000011010000011010011100110101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04187A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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