#06267B

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

Shades of Sapphire #06267B

Tints of Sapphire #06267B

Color information

#06267B (or 0x06267B) is unknown color: approx Sapphire. HEX triplet: 06, 26 and 7B. RGB value is (6,38,123). Sum of RGB (Red+Green+Blue) = 6+38+123=167 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.59% from 167); Green value is 38 (15.23% from 255 or 22.75% from 167); Blue value is 123 (48.44% from 255 or 73.65% from 167); Max value from RGB is 123 - color contains mainly: blue. Hex color #06267B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06267B is #F9D984. Grayscale: #252525. Windows color (decimal): -16374149 or 8070662. OLE color: 8070662.

HSL color Cylindrical-coordinate representation of color #06267B: hue angle of 223.59º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06267B is Cyan = 0.95, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB638123-
CMYK0.950.6900.52
HSL223.59º90.7%25.29%-
HSV(B)223.59º95.12%48.24%-
XYZ4.342.8619.06-
YUV38.12175.9105.09-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.59%
GREEN value IS 38 (15.23% from 255) = 22.75%
BLUE value IS 123 (48.44% from 255) = 73.65%
R=3.59%
G=22.75%
B=73.65%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal6381230.950.6900.52223.5990.725.29
Hex6267B5F45034e05b19
Octal64617313710506434013331
Binary110100110111101110111111000101011010011100000101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06267B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06267B; }

 p { color: rgb(6,38,123); }

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

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

 a { background-color: rgb(6,38,123); }

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

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

 span { border-color: rgb(6,38,123); }

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