#00266D

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

Shades of Sapphire #00266D

Tints of Sapphire #00266D

Color information

#00266D (or 0x00266D) is unknown color: approx Sapphire. HEX triplet: 00, 26 and 6D. RGB value is (0,38,109). Sum of RGB (Red+Green+Blue) = 0+38+109=147 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 147); Green value is 38 (15.23% from 255 or 25.85% from 147); Blue value is 109 (42.97% from 255 or 74.15% from 147); Max value from RGB is 109 - color contains mainly: blue. Hex color #00266D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00266D is #FFD992. Grayscale: #222222. Windows color (decimal): -16767379 or 7153152. OLE color: 7153152.

HSL color Cylindrical-coordinate representation of color #00266D: hue angle of 219.08º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00266D is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB038109-
CMYK10.6500.57
HSL219.08º100%21.37%-
HSV(B)219.08º100%42.75%-
XYZ3.452.4914.77-
YUV34.73169.91103.23-

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) = 25.85%
BLUE value IS 109 (42.97% from 255) = 74.15%
R=0%
G=25.85%
B=74.15%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal03810910.6500.57219.0810021.37
Hex0266D6441039db6415
Octal04615514410107133314425
Binary0100110110110111001001000001011100111011011110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00266D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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