#002361

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

Shades of Sapphire #002361

Tints of Sapphire #002361

Color information

#002361 (or 0x002361) is unknown color: approx Sapphire. HEX triplet: 00, 23 and 61. RGB value is (0,35,97). Sum of RGB (Red+Green+Blue) = 0+35+97=132 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 132); Green value is 35 (14.06% from 255 or 26.52% from 132); Blue value is 97 (38.28% from 255 or 73.48% from 132); Max value from RGB is 97 - color contains mainly: blue. Hex color #002361 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002361 is #FFDC9E. Grayscale: #1F1F1F. Windows color (decimal): -16768159 or 6365952. OLE color: 6365952.

HSL color Cylindrical-coordinate representation of color #002361: hue angle of 218.35º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002361 is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB03597-
CMYK10.6400.62
HSL218.35º100%19.02%-
HSV(B)218.35º100%38.04%-
XYZ2.762.0711.56-
YUV31.6164.9105.46-

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) = 26.52%
BLUE value IS 97 (38.28% from 255) = 73.48%
R=0%
G=26.52%
B=73.48%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal0359710.6400.62218.3510019.02
Hex02361644003Eda6413
Octal04314114410007633214423
Binary0100011110000111001001000000011111011011010110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002361; }

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

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

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

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

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

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

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

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