#06267A

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

Shades of Sapphire #06267A

Tints of Sapphire #06267A

Color information

#06267A (or 0x06267A) is unknown color: approx Sapphire. HEX triplet: 06, 26 and 7A. RGB value is (6,38,122). Sum of RGB (Red+Green+Blue) = 6+38+122=166 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.61% from 166); Green value is 38 (15.23% from 255 or 22.89% from 166); Blue value is 122 (48.05% from 255 or 73.49% from 166); Max value from RGB is 122 - color contains mainly: blue. Hex color #06267A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06267A is #F9D985. Grayscale: #252525. Windows color (decimal): -16374150 or 8005126. OLE color: 8005126.

HSL color Cylindrical-coordinate representation of color #06267A: hue angle of 223.45º 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 #06267A is Cyan = 0.95, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB638122-
CMYK0.950.6900.52
HSL223.45º90.62%25.1%-
HSV(B)223.45º95.08%47.84%-
XYZ4.282.8318.73-
YUV38.01175.4105.17-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.61%
GREEN value IS 38 (15.23% from 255) = 22.89%
BLUE value IS 122 (48.05% from 255) = 73.49%
R=3.61%
G=22.89%
B=73.49%

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
Decimal6381220.950.6900.52223.4590.6225.1
Hex6267A5F45034df5b19
Octal64617213710506433713331
Binary110100110111101010111111000101011010011011111101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06267A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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