Shades of Sapphire #04287D
Tints of Sapphire #04287D
RGB
CMYK
RGB Variations
Color information
#04287D (or 0x04287D) is known color: Sapphire. HEX triplet: 04, 28 and 7D. RGB value is (4,40,125). Sum of RGB (Red+Green+Blue) = 4+40+125=169 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.37% from 169); Green value is 40 (16.02% from 255 or 23.67% from 169); Blue value is 125 (49.22% from 255 or 73.96% from 169); Max value from RGB is 125 - color contains mainly: blue. Hex color #04287D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04287D is #FBD782. Grayscale: #262626. Windows color (decimal): -16504707 or 8202244. OLE color: 8202244.
HSL color Cylindrical-coordinate representation of color #04287D: hue angle of 222.15º 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 #04287D is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 4 | 40 | 125 | - |
| CMYK | 0.97 | 0.68 | 0 | 0.51 |
| HSL | 222.15º | 0.94% | 0.25% | - |
| HSV(B) | 222.15º | 0.97% | 0.49% | - |
| XYZ | 4.51 | 3.02 | 19.75 | - |
| YUV | 38.93 | 176.57 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 40 | 125 | 0.97 | 0.68 | 0 | 0.51 | 222.15 | 0.94 | 0.25 |
| Hex | 4 | 28 | 7D | 61 | 44 | 0 | 33 | DE | 5E | 19 |
| Octal | 4 | 50 | 175 | 141 | 104 | 0 | 63 | 336 | 136 | 31 |
| Binary | 100 | 101000 | 1111101 | 1100001 | 1000100 | 0 | 110011 | 11011110 | 1011110 | 11001 |
Color Harmonies of #04287D
Complementary color
Monochromatic Colors of #04287D
Black with #04287D
Text Example
Text Example
White with #04287D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04287D; }
p { color: rgb(4,40,125); }
H1.HeaderClassName
{
color: #04287D;
}
.AnyTagClassName
{
color: #04287D;
}
</style>
background-color css
<style>
a { background-color: #04287D; }
a { background-color: rgb(4,40,125); }
div.DivClassName
{
background-color: #04287D;
}
.BgClassName
{
background-color: #04287D;
}
</style>
border-color css
<style>
span { border-color: #04287D; }
span { border-color: rgb(4,40,125); }
td.TdClassName
{
border-color: #04287D;
}
.TagClassName
{
border-color: #04287D;
}
</style>