#002369

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

Shades of Sapphire #002369

Tints of Sapphire #002369

Color information

#002369 (or 0x002369) is unknown color: approx Sapphire. HEX triplet: 00, 23 and 69. RGB value is (0,35,105). Sum of RGB (Red+Green+Blue) = 0+35+105=140 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 140); Green value is 35 (14.06% from 255 or 25% from 140); Blue value is 105 (41.41% from 255 or 75% from 140); Max value from RGB is 105 - color contains mainly: blue. Hex color #002369 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002369 is #FFDC96. Grayscale: #202020. Windows color (decimal): -16768151 or 6890240. OLE color: 6890240.

HSL color Cylindrical-coordinate representation of color #002369: hue angle of 220º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002369 is Cyan = 1, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB035105-
CMYK10.6700.59
HSL220º100%20.59%-
HSV(B)220º100%41.18%-
XYZ3.152.2213.63-
YUV32.52168.9104.81-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 35 (14.06% from 255) = 25%
BLUE value IS 105 (41.41% from 255) = 75%
R=0%
G=25%
B=75%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal03510510.6700.5922010020.59
Hex02369644303Bdc6415
Octal04315114410307333414425
Binary0100011110100111001001000011011101111011100110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002369; }

 p { color: rgb(0,35,105); }

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

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

 a { background-color: rgb(0,35,105); }

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

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

 span { border-color: rgb(0,35,105); }

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