#00265D

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

Shades of Sapphire #00265D

Tints of Sapphire #00265D

Color information

#00265D (or 0x00265D) is unknown color: approx Sapphire. HEX triplet: 00, 26 and 5D. RGB value is (0,38,93). Sum of RGB (Red+Green+Blue) = 0+38+93=131 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 131); Green value is 38 (15.23% from 255 or 29.01% from 131); Blue value is 93 (36.72% from 255 or 70.99% from 131); Max value from RGB is 93 - color contains mainly: blue. Hex color #00265D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00265D is #FFD9A2. Grayscale: #202020. Windows color (decimal): -16767395 or 6104576. OLE color: 6104576.

HSL color Cylindrical-coordinate representation of color #00265D: hue angle of 215.48º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00265D is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB03893-
CMYK10.5900.64
HSL215.48º100%18.24%-
HSV(B)215.48º100%36.47%-
XYZ2.672.1810.64-
YUV32.91161.91104.53-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 38 (15.23% from 255) = 29.01%
BLUE value IS 93 (36.72% from 255) = 70.99%
R=0%
G=29.01%
B=70.99%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal0389310.5900.64215.4810018.24
Hex0265D643B040d76412
Octal04613514473010032714422
Binary0100110101110111001001110110100000011010111110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00265D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00265D; }

 p { color: rgb(0,38,93); }

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

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

 a { background-color: rgb(0,38,93); }

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

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

 span { border-color: rgb(0,38,93); }

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