#00287E

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

Shades of Sapphire #00287E

Tints of Sapphire #00287E

Color information

#00287E (or 0x00287E) is unknown color: approx Sapphire. HEX triplet: 00, 28 and 7E. RGB value is (0,40,126). Sum of RGB (Red+Green+Blue) = 0+40+126=166 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 166); Green value is 40 (16.02% from 255 or 24.10% from 166); Blue value is 126 (49.61% from 255 or 75.90% from 166); Max value from RGB is 126 - color contains mainly: blue. Hex color #00287E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00287E is #FFD781. Grayscale: #252525. Windows color (decimal): -16766850 or 8267776. OLE color: 8267776.

HSL color Cylindrical-coordinate representation of color #00287E: hue angle of 220.95º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00287E is Cyan = 1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB040126-
CMYK10.6800.51
HSL220.95º100%24.71%-
HSV(B)220.95º100%49.41%-
XYZ4.523.0220.08-
YUV37.84177.75101.01-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 40 (16.02% from 255) = 24.10%
BLUE value IS 126 (49.61% from 255) = 75.90%
R=0%
G=24.10%
B=75.90%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal04012610.6800.51220.9510024.71
Hex0287E6444033dd6419
Octal05017614410406333514431
Binary0101000111111011001001000100011001111011101110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00287E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00287E; }

 p { color: rgb(0,40,126); }

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

<style>
 a { background-color: #00287E; }

 a { background-color: rgb(0,40,126); }

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

<style>
 span { border-color: #00287E; }

 span { border-color: rgb(0,40,126); }

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