#00267E

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

Shades of Sapphire #00267E

Tints of Sapphire #00267E

Color information

#00267E (or 0x00267E) is unknown color: approx Sapphire. HEX triplet: 00, 26 and 7E. RGB value is (0,38,126). Sum of RGB (Red+Green+Blue) = 0+38+126=164 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 164); Green value is 38 (15.23% from 255 or 23.17% from 164); Blue value is 126 (49.61% from 255 or 76.83% from 164); Max value from RGB is 126 - color contains mainly: blue. Hex color #00267E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00267E is #FFD981. Grayscale: #242424. Windows color (decimal): -16767362 or 8267264. OLE color: 8267264.

HSL color Cylindrical-coordinate representation of color #00267E: hue angle of 221.9º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00267E is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB038126-
CMYK10.7000.51
HSL221.9º100%24.71%-
HSV(B)221.9º100%49.41%-
XYZ4.462.8920.06-
YUV36.67178.41101.84-

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) = 23.17%
BLUE value IS 126 (49.61% from 255) = 76.83%
R=0%
G=23.17%
B=76.83%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal03812610.7000.51221.910024.71
Hex0267E6446033de6419
Octal04617614410606333614431
Binary0100110111111011001001000110011001111011110110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00267E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00267E; }

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

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

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

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

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

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

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

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