#002467

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

Shades of Sapphire #002467

Tints of Sapphire #002467

Color information

#002467 (or 0x002467) is unknown color: approx Sapphire. HEX triplet: 00, 24 and 67. RGB value is (0,36,103). Sum of RGB (Red+Green+Blue) = 0+36+103=139 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 139); Green value is 36 (14.45% from 255 or 25.90% from 139); Blue value is 103 (40.62% from 255 or 74.10% from 139); Max value from RGB is 103 - color contains mainly: blue. Hex color #002467 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002467 is #FFDB98. Grayscale: #202020. Windows color (decimal): -16767897 or 6759424. OLE color: 6759424.

HSL color Cylindrical-coordinate representation of color #002467: hue angle of 219.03º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002467 is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB036103-
CMYK10.6500.60
HSL219.03º100%20.2%-
HSV(B)219.03º100%40.39%-
XYZ3.082.2413.1-
YUV32.87167.57104.55-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 36 (14.45% from 255) = 25.90%
BLUE value IS 103 (40.62% from 255) = 74.10%
R=0%
G=25.90%
B=74.10%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal03610310.6500.60219.0310020.2
Hex02467644103Cdb6414
Octal04414714410107433314424
Binary0100100110011111001001000001011110011011011110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002467; }

 p { color: rgb(0,36,103); }

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

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

 a { background-color: rgb(0,36,103); }

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

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

 span { border-color: rgb(0,36,103); }

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